Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h155 MLIR_CAPI_EXPORTED bool mlirShapedTypeIsDynamicStrideOrOffset(int64_t val);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp155 bool mlirShapedTypeIsDynamicStrideOrOffset(int64_t val) { in mlirShapedTypeIsDynamicStrideOrOffset() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2265 return mlirShapedTypeIsDynamicStrideOrOffset(val); in bindDerived()