Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h147 Type castFromStorageType(Type candidateType);
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp102 Type QuantizedType::castFromStorageType(Type candidateType) { in castFromStorageType() function in QuantizedType