Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DFile.h124 reader->assertMatchesShape(dimRank, dimShape);
194 void assertMatchesShape(uint64_t rank, const uint64_t *shape) const;
/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/
H A DFile.cpp65 void SparseTensorReader::assertMatchesShape(uint64_t rank, in assertMatchesShape() function in SparseTensorReader