Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h75 MLIR_CAPI_EXPORTED MlirType mlirBF16TypeGet(MlirContext ctx);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp72 MlirType mlirBF16TypeGet(MlirContext ctx) { in mlirBF16TypeGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c593 MlirType bf16 = mlirBF16TypeGet(ctx); in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2098 MlirType t = mlirBF16TypeGet(context->get()); in bindDerived()