Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h198 MLIR_CAPI_EXPORTED bool mlirTypeIsAUnrankedTensor(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp196 bool mlirTypeIsAUnrankedTensor(MlirType type) { in mlirTypeIsAUnrankedTensor() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp403 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAUnrankedTensor;
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c743 !mlirTypeIsAUnrankedTensor(unrankedTensor) || in printBuiltinTypes()