Searched refs:mlirTypeIsAF16 (Results 1 – 5 of 5) sorted by relevance
78 MLIR_CAPI_EXPORTED bool mlirTypeIsAF16(MlirType type);
28 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()126 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF16;
561 if (mlirTypeIsAF16(elementType)) { in accessBuffer()
77 bool mlirTypeIsAF16(MlirType type) { return unwrap(type).isF16(); } in mlirTypeIsAF16() function
674 if (!mlirTypeIsAF16(f16)) in printBuiltinTypes()