Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h75 MLIR_CAPI_EXPORTED MlirType mlirBF16TypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp73 MlirType mlirBF16TypeGet(MlirContext ctx) { in mlirBF16TypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp116 MlirType t = mlirBF16TypeGet(context->get()); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c668 MlirType bf16 = mlirBF16TypeGet(ctx); in printBuiltinTypes()
1002 mlirRankedTensorTypeGet(2, shape, mlirBF16TypeGet(ctx), encoding), 2, in printBuiltinAttributes()