Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c596 MlirType f64 = mlirF64TypeGet(ctx); in printBuiltinTypes()
744 mlirFloatAttrDoubleGet(ctx, mlirF64TypeGet(ctx), 2.0); in printBuiltinAttributes()
871 mlirRankedTensorTypeGet(2, shape, mlirF64TypeGet(ctx)), 2, doubles); in printBuiltinAttributes()
920 mlirRankedTensorTypeGet(2, shape, mlirF64TypeGet(ctx)), 1.0); in printBuiltinAttributes()
/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h96 MLIR_CAPI_EXPORTED MlirType mlirF64TypeGet(MlirContext ctx);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp90 MlirType mlirF64TypeGet(MlirContext ctx) { in mlirF64TypeGet() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1501 context->get(), mlirF64TypeGet(context->get()), value); in bindDerived()
1636 mlirF64TypeGet(context), arrayInfo)); in getFromBuffer()
2152 MlirType t = mlirF64TypeGet(context->get()); in bindDerived()