Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h189 MLIR_CAPI_EXPORTED bool mlirTypeIsAUnrankedTensor(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp189 bool mlirTypeIsAUnrankedTensor(MlirType type) { in mlirTypeIsAUnrankedTensor() function
/external/llvm-project/mlir/test/CAPI/
Dir.c667 !mlirTypeIsAUnrankedTensor(unrankedTensor) || in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2348 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAUnrankedTensor;