Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc753 int64_t storage_max) { in GetFixedOutputRange() argument
764 storage_max += 128; in GetFixedOutputRange()
768 storage_min, storage_max, builder.getUnknownLoc()); in GetFixedOutputRange()
Dquantization_utils.h582 int64_t storage_max = 127);
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc153 int64_t storage_max = QuantizedType::getDefaultMaximumForInteger( in GetQuantizedType() local
173 storage_max); in GetQuantizedType()
177 quant_params.zero_point.at(0), storage_min, storage_max); in GetQuantizedType()