Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp302 BFloat16Type bf16Ty; member in mlir::MLIRContextImpl
350 impl->bf16Ty = TypeUniquer::get<BFloat16Type>(this); in MLIRContext()
731 return context->getImpl().bf16Ty; in get()