Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h183 MLIR_CAPI_EXPORTED bool mlirTypeIsATensor(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp183 bool mlirTypeIsATensor(MlirType type) { return unwrap(type).isa<TensorType>(); } in mlirTypeIsATensor() function
/external/llvm-project/mlir/test/CAPI/
Dir.c657 if (!mlirTypeIsATensor(rankedTensor) || in printBuiltinTypes()
666 if (!mlirTypeIsATensor(unrankedTensor) || in printBuiltinTypes()