Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h143 MLIR_CAPI_EXPORTED bool mlirShapedTypeIsDynamicDim(MlirType type, intptr_t dim);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp143 bool mlirShapedTypeIsDynamicDim(MlirType type, intptr_t dim) { in mlirShapedTypeIsDynamicDim() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp263 return mlirShapedTypeIsDynamicDim(self, dim); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c721 mlirShapedTypeIsDynamicDim(vector, 0) || in printBuiltinTypes()