Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h85 MLIR_CAPI_EXPORTED bool mlirTypeIsAF32(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp82 bool mlirTypeIsAF32(MlirType type) { return unwrap(type).isF32(); } in mlirTypeIsAF32() function
/external/llvm-project/mlir/test/CAPI/
Dir.c562 if (!mlirTypeIsAInteger(i32) || mlirTypeIsAF32(i32)) in printBuiltinTypes()
601 if (!mlirTypeIsAF32(f32)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp135 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()
1722 if (mlirTypeIsAF32(elementType)) { in accessBuffer()
1911 if (mlirTypeIsAF32(type)) { in dunderGetItem()
2126 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF32;