Home
last modified time | relevance | path

Searched defs:quantized_max (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dprelu.h67 const int32_t quantized_max = std::numeric_limits<T>::max(); in BroadcastPrelu4DSlow() local
83 const int32_t quantized_max = std::numeric_limits<T>::max(); in Prelu() local
H A Dleaky_relu.h45 static const int32_t quantized_max = std::numeric_limits<T>::max(); in QuantizeLeakyRelu() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dresolve_constant_fake_quant.cc118 float quantized_min, quantized_max; in Run() local
H A Dquantization_util.cc244 double quantized_min, quantized_max; in IsArrayQuantizedRangeSubset() local
H A Dquantize.cc469 double quantized_min, quantized_max; in FixMinMaxPostQuantization() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Dleaky_relu.h34 const int32_t quantized_max = std::numeric_limits<int16>::max(); in QuantizeLeakyRelu() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dquantized_conv_ops_test.py87 def _QuantizedOutputToFloat(self, quantized, quantized_min, quantized_max): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_common.cc2508 int32_t quantized_max = input_qtype.getStorageTypeMax(); in convertFusedActivation() local
2522 int64_t quantized_max = input_qtype.getStorageTypeMax(); in convertFusedActivation() local
2535 int64_t quantized_max = input_qtype.getStorageTypeMax(); in convertFusedActivation() local