Home
last modified time | relevance | path

Searched refs:mlirTypeIsATensor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h192 MLIR_CAPI_EXPORTED bool mlirTypeIsATensor(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp190 bool mlirTypeIsATensor(MlirType type) { return unwrap(type).isa<TensorType>(); } in mlirTypeIsATensor() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c732 if (!mlirTypeIsATensor(rankedTensor) || in printBuiltinTypes()
742 if (!mlirTypeIsATensor(unrankedTensor) || in printBuiltinTypes()