Searched refs:mlirF32TypeGet (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | quant.c | 90 MlirType f32 = mlirF32TypeGet(ctx); in testAnyQuantizedType() 136 MlirType f32 = mlirF32TypeGet(ctx); in testUniformType() 165 MlirType f32 = mlirF32TypeGet(ctx); in testUniformPerAxisType() 214 MlirType f32 = mlirF32TypeGet(ctx); in testCalibratedType()
|
| H A D | ir.c | 670 MlirType f32 = mlirF32TypeGet(ctx); in printBuiltinTypes() 935 MlirAttribute type = mlirTypeAttrGet(mlirF32TypeGet(ctx)); in printBuiltinAttributes() 937 !mlirTypeEqual(mlirF32TypeGet(ctx), mlirTypeAttrGetValue(type))) in printBuiltinAttributes() 996 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx), encoding), 2, in printBuiltinAttributes() 1083 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx), encoding), 1.0f); in printBuiltinAttributes() 1181 mlirRankedTensorTypeGet(1, &one, mlirF32TypeGet(ctx), encoding), 1, in printBuiltinAttributes() 1184 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx), encoding), in printBuiltinAttributes() 1799 MlirType f32 = mlirF32TypeGet(ctx); in testTypeID()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | BuiltinTypes.h | 89 MLIR_CAPI_EXPORTED MlirType mlirF32TypeGet(MlirContext ctx);
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAttributes.cpp | 220 context->get(), mlirF32TypeGet(context->get()), value); in bindDerived() 437 bulkLoadElementType = mlirF32TypeGet(context); in getFromBuffer()
|
| H A D | IRTypes.cpp | 152 MlirType t = mlirF32TypeGet(context->get()); in bindDerived()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 85 MlirType mlirF32TypeGet(MlirContext ctx) { in mlirF32TypeGet() function
|