Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h195 MLIR_CAPI_EXPORTED bool mlirTypeIsARankedTensor(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp192 bool mlirTypeIsARankedTensor(MlirType type) { in mlirTypeIsARankedTensor() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp359 static constexpr IsAFunctionTy isaFunction = mlirTypeIsARankedTensor;
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c733 !mlirTypeIsARankedTensor(rankedTensor) || in printBuiltinTypes()