Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp154 const int64_t *shapeData; in mlirInferShapedTypeOpInterfaceInferReturnTypes() local
159 shapeData = t.getDims().data(); in mlirInferShapedTypeOpInterfaceInferReturnTypes()
163 shapeData = nullptr; in mlirInferShapedTypeOpInterfaceInferReturnTypes()
165 callback(hasRank, rank, shapeData, wrap(t.getElementType()), in mlirInferShapedTypeOpInterfaceInferReturnTypes()
/llvm-project/flang/unittests/Evaluate/
H A Dreshape.cpp31 static const std::int16_t shapeData[]{8, 4}; in main() local
34 static_cast<int>(sizeof shapeData[0]), in main()
35 const_cast<void *>(reinterpret_cast<const void *>(shapeData)), 1, in main()