/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.h | 237 float min_output, float max_output, in RequantizeManyInNewRange() argument 242 output[index] = FloatToQuantized<T2>(input_float, min_output, max_output); in RequantizeManyInNewRange() 252 float max_output, in RequantizeManyInNewRangeReference() argument 258 const float output_range = max_output - min_output; in RequantizeManyInNewRangeReference() 296 float min_output, float max_output, qint32* output) { in RequantizeManyInNewRange8To32BitReference() argument 300 FloatToQuantizedUnclamped<qint32>(code_0_float, min_output, max_output); in RequantizeManyInNewRange8To32BitReference() 302 FloatToQuantizedUnclamped<qint32>(code_1_float, min_output, max_output); in RequantizeManyInNewRange8To32BitReference() 322 float min_output, float max_output, in RequantizeManyInNewRangeNeon() argument 332 const float output_range = max_output - min_output; in RequantizeManyInNewRangeNeon() 409 float min_output, float max_output, quint8* output) { [all …]
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | QuantizedMaxPool.pbtxt | 24 name: "max_output" 82 name: "max_output"
|
D | QuantizedAvgPool.pbtxt | 24 name: "max_output" 82 name: "max_output"
|
D | QuantizedConv2D.pbtxt | 36 name: "max_output" 131 name: "max_output" 238 name: "max_output"
|
D | QuantizedConv2DAndRelu.pbtxt | 36 name: "max_output" 143 name: "max_output"
|
D | QuantizedConv2DWithBiasAndRelu.pbtxt | 40 name: "max_output" 151 name: "max_output"
|
D | QuantizedConv2DAndReluAndRequantize.pbtxt | 44 name: "max_output" 159 name: "max_output"
|
D | QuantizedConv2DWithBiasSumAndRelu.pbtxt | 44 name: "max_output" 159 name: "max_output"
|
D | QuantizedConv2DAndRequantize.pbtxt | 44 name: "max_output" 159 name: "max_output"
|
D | QuantizedConv2DWithBias.pbtxt | 40 name: "max_output" 151 name: "max_output"
|
D | QuantizedConv2DWithBiasAndRequantize.pbtxt | 48 name: "max_output" 177 name: "max_output"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | QuantizedMaxPool.pbtxt | 24 name: "max_output" 82 name: "max_output"
|
D | QuantizedAvgPool.pbtxt | 24 name: "max_output" 82 name: "max_output"
|
D | QuantizedConv2D.pbtxt | 36 name: "max_output" 131 name: "max_output" 238 name: "max_output"
|
D | QuantizedConv2DAndRelu.pbtxt | 36 name: "max_output" 143 name: "max_output"
|
D | QuantizedConv2DWithBiasAndRelu.pbtxt | 40 name: "max_output" 151 name: "max_output"
|
D | QuantizedConv2DAndReluAndRequantize.pbtxt | 44 name: "max_output" 159 name: "max_output"
|
D | QuantizedConv2DWithBias.pbtxt | 40 name: "max_output" 151 name: "max_output"
|
D | QuantizedConv2DWithBiasSumAndRelu.pbtxt | 44 name: "max_output" 159 name: "max_output"
|
D | QuantizedConv2DAndRequantize.pbtxt | 44 name: "max_output" 159 name: "max_output"
|
D | QuantizedDepthwiseConv2DWithBiasAndRelu.pbtxt | 40 name: "max_output" 151 name: "max_output"
|
D | QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize.pbtxt | 48 name: "max_output" 177 name: "max_output"
|
D | QuantizedConv2DWithBiasAndRequantize.pbtxt | 48 name: "max_output" 177 name: "max_output"
|
D | QuantizedConv2DWithBiasAndReluAndRequantize.pbtxt | 48 name: "max_output" 177 name: "max_output"
|
/external/webp/examples/ |
D | example_util.c | 41 int ExUtilGetInts(const char* v, int base, int max_output, int output[]) { in ExUtilGetInts() argument 43 for (n = 0; v != NULL && n < max_output; ++n) { in ExUtilGetInts()
|