Home
last modified time | relevance | path

Searched refs:mlirF16TypeGet (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h82 MLIR_CAPI_EXPORTED MlirType mlirF16TypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp79 MlirType mlirF16TypeGet(MlirContext ctx) { in mlirF16TypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp134 MlirType t = mlirF16TypeGet(context->get()); in bindDerived()
H A DIRAttributes.cpp445 bulkLoadElementType = mlirF16TypeGet(context); in getFromBuffer()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c669 MlirType f16 = mlirF16TypeGet(ctx); in printBuiltinTypes()
1005 mlirRankedTensorTypeGet(2, shape, mlirF16TypeGet(ctx), encoding), 2, in printBuiltinAttributes()