Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h78 MLIR_CAPI_EXPORTED bool mlirTypeIsAF16(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp76 bool mlirTypeIsAF16(MlirType type) { return unwrap(type).isF16(); } in mlirTypeIsAF16() function
/external/llvm-project/mlir/test/CAPI/
Dir.c599 if (!mlirTypeIsAF16(f16)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp135 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()
2108 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF16;