Searched refs:mlirTypeIsABF16 (Results 1 – 4 of 4) sorted by relevance
71 MLIR_CAPI_EXPORTED bool mlirTypeIsABF16(MlirType type);
70 bool mlirTypeIsABF16(MlirType type) { return unwrap(type).isBF16(); } in mlirTypeIsABF16() function
597 if (!mlirTypeIsABF16(bf16)) in printBuiltinTypes()
134 return mlirTypeIsAInteger(type) || mlirTypeIsABF16(type) || in mlirTypeIsAIntegerOrFloat()2090 static constexpr IsAFunctionTy isaFunction = mlirTypeIsABF16;