Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h128 MLIR_CAPI_EXPORTED bool mlirTypeIsAShaped(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp124 bool mlirTypeIsAShaped(MlirType type) { return unwrap(type).isa<ShapedType>(); } in mlirTypeIsAShaped() function
/external/llvm-project/mlir/test/CAPI/
Dir.c641 if (!mlirTypeIsAVector(vector) || !mlirTypeIsAShaped(vector)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1693 if (!mlirTypeIsAShaped(shapedType) || in getSplat()
2212 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAShaped;