Searched refs:mlirTypeIsAF64 (Results 1 – 4 of 4) sorted by relevance
92 MLIR_CAPI_EXPORTED bool mlirTypeIsAF64(MlirType type);
88 bool mlirTypeIsAF64(MlirType type) { return unwrap(type).isF64(); } in mlirTypeIsAF64() function
135 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()1725 } else if (mlirTypeIsAF64(elementType)) { in accessBuffer()1914 if (mlirTypeIsAF64(type)) { in dunderGetItem()2144 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF64;
603 if (!mlirTypeIsAF64(f64)) in printBuiltinTypes()