Home
last modified time | relevance | path

Searched refs:sparseInt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/IR/
H A DAttributeTest.cpp233 auto sparseInt = SparseElementsAttr::get(tensorI32, indices, intValue); in TEST() local
240 auto zeroIntValue = sparseInt.getValues<Attribute>()[{1, 1}]; in TEST()