Home
last modified time | relevance | path

Searched defs:valuesType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp1008 ShapedType valuesType = RankedTensorType::get({0}, type.getElementType()); in parseSparseElementsAttr() local
1055 ShapedType valuesType = in parseSparseElementsAttr() local
/llvm-project-15.0.7/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp65 auto valuesType = RankedTensorType::get({1}, eleType); in getTestSparseElementsAttr() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp1667 ShapedType valuesType = values.getType(); in verify() local