Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DQuantizeUtils.cpp58 .castExpressedToStorageType(realFPElementsAttr.getType()) in convertDenseFPElementsAttr()
87 quantizedElementType.castExpressedToStorageType(realSparseAttr.getType()) in convertSparseElementsAttr()
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h173 Type castExpressedToStorageType(Type candidateType);
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp195 Type QuantizedType::castExpressedToStorageType(Type candidateType) { in castExpressedToStorageType() function in QuantizedType
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc467 q_type.castExpressedToStorageType(real_values_attr.getType()) in QuantizeLegacy()