Home
last modified time | relevance | path

Searched defs:shapeAlloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DMemRefUtils.h66 ArrayRef<int64_t> shapeAlloc) { in makeStridedMemRefDescriptor()
/llvm-project/mlir/unittests/ExecutionEngine/
H A DInvoke.cpp198 int64_t shapeAlloc[] = {k + 1, m + 1}; TEST() local
256 int64_t shapeAlloc[] = {k + 1, m + 1}; TEST() local