Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h71 MLIR_CAPI_EXPORTED bool mlirTypeIsABF16(MlirType type);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp27 return mlirTypeIsAInteger(type) || mlirTypeIsABF16(type) || in mlirTypeIsAIntegerOrFloat()
108 static constexpr IsAFunctionTy isaFunction = mlirTypeIsABF16;
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp71 bool mlirTypeIsABF16(MlirType type) { return unwrap(type).isBF16(); } in mlirTypeIsABF16() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c672 if (!mlirTypeIsABF16(bf16)) in printBuiltinTypes()