Searched refs:mlirF32TypeGet (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/test/CAPI/ |
D | ir.c | 595 MlirType f32 = mlirF32TypeGet(ctx); in printBuiltinTypes() 832 MlirAttribute type = mlirTypeAttrGet(mlirF32TypeGet(ctx)); in printBuiltinAttributes() 834 !mlirTypeEqual(mlirF32TypeGet(ctx), mlirTypeAttrGetValue(type))) in printBuiltinAttributes() 869 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx)), 2, floats); in printBuiltinAttributes() 918 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx)), 1.0f); in printBuiltinAttributes() 994 mlirRankedTensorTypeGet(1, &two, mlirF32TypeGet(ctx)), 2, floats); in printBuiltinAttributes() 996 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx)), indicesAttr, in printBuiltinAttributes()
|
/external/llvm-project/mlir/include/mlir-c/ |
D | BuiltinTypes.h | 89 MLIR_CAPI_EXPORTED MlirType mlirF32TypeGet(MlirContext ctx);
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | BuiltinTypes.cpp | 84 MlirType mlirF32TypeGet(MlirContext ctx) { in mlirF32TypeGet() function
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | IRModules.cpp | 1492 context->get(), mlirF32TypeGet(context->get()), value); in bindDerived() 1629 mlirF32TypeGet(context), arrayInfo)); in getFromBuffer() 2134 MlirType t = mlirF32TypeGet(context->get()); in bindDerived()
|