Home
last modified time | relevance | path

Searched refs:mlirTypeIsAF16 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h78 MLIR_CAPI_EXPORTED bool mlirTypeIsAF16(MlirType type);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp28 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()
126 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF16;
H A DIRAttributes.cpp561 if (mlirTypeIsAF16(elementType)) { in accessBuffer()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp77 bool mlirTypeIsAF16(MlirType type) { return unwrap(type).isF16(); } in mlirTypeIsAF16() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c674 if (!mlirTypeIsAF16(f16)) in printBuiltinTypes()