Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h71 MLIR_CAPI_EXPORTED bool mlirTypeIsABF16(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp70 bool mlirTypeIsABF16(MlirType type) { return unwrap(type).isBF16(); } in mlirTypeIsABF16() function
/external/llvm-project/mlir/test/CAPI/
Dir.c597 if (!mlirTypeIsABF16(bf16)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp134 return mlirTypeIsAInteger(type) || mlirTypeIsABF16(type) || in mlirTypeIsAIntegerOrFloat()
2090 static constexpr IsAFunctionTy isaFunction = mlirTypeIsABF16;