Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DAttributeTest.cpp215 ShapedType tensorI32 = RankedTensorType::get({2, 2}, intTy); in TEST() local
233 auto sparseInt = SparseElementsAttr::get(tensorI32, indices, intValue); in TEST()