Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h134 MLIR_CAPI_EXPORTED bool mlirShapedTypeHasRank(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp130 bool mlirShapedTypeHasRank(MlirType type) { in mlirShapedTypeHasRank() function
/external/llvm-project/mlir/test/CAPI/
Dir.c644 !mlirShapedTypeHasRank(vector) || mlirShapedTypeGetRank(vector) != 2 || in printBuiltinTypes()
668 mlirShapedTypeHasRank(unrankedTensor)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2226 [](PyShapedType &self) -> bool { return mlirShapedTypeHasRank(self); }, in bindDerived()
2273 if (!mlirShapedTypeHasRank(*this)) { in requireHasRank()