Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h147 Type castFromStorageType(Type candidateType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp84 return wrap(unwrap(type).cast<quant::QuantizedType>().castFromStorageType( in mlirQuantizedTypeCastFromStorageType()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp103 Type QuantizedType::castFromStorageType(Type candidateType) { in castFromStorageType() function in QuantizedType