Searched refs:min_output (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.h | 227 float min_output, float max_output, in RequantizeManyInNewRange() argument 232 output[index] = FloatToQuantized<T2>(input_float, min_output, max_output); in RequantizeManyInNewRange() 241 float min_output, in RequantizeManyInNewRangeReference() argument 248 const float output_range = max_output - min_output; in RequantizeManyInNewRangeReference() 261 : static_cast<int64>((1 << fp_shift) * (min_output * 255.0) / in RequantizeManyInNewRangeReference() 287 float min_output, float max_output, qint32* output) { in RequantizeManyInNewRange8To32BitReference() argument 291 FloatToQuantizedUnclamped<qint32>(code_0_float, min_output, max_output); in RequantizeManyInNewRange8To32BitReference() 293 FloatToQuantizedUnclamped<qint32>(code_1_float, min_output, max_output); in RequantizeManyInNewRange8To32BitReference() 313 float min_output, float max_output, in RequantizeManyInNewRangeNeon() argument 323 const float output_range = max_output - min_output; in RequantizeManyInNewRangeNeon() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedAvgPool.pbtxt | 22 name: "min_output"
|
D | api_def_QuantizedMaxPool.pbtxt | 22 name: "min_output"
|
D | api_def_QuantizedConv2D.pbtxt | 34 name: "min_output"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 46216 name: "min_output" 46274 name: "min_output" 46762 name: "min_output" 46857 name: "min_output" 46964 name: "min_output" 47071 name: "min_output" 47178 name: "min_output" 47301 name: "min_output" 47416 name: "min_output" 47539 name: "min_output" [all …]
|
D | ops_history.v1.pbtxt | 46799 name: "min_output" 46857 name: "min_output" 47345 name: "min_output" 47440 name: "min_output" 47547 name: "min_output" 47654 name: "min_output" 47761 name: "min_output" 47884 name: "min_output" 47999 name: "min_output" 48122 name: "min_output" [all …]
|
D | ops_history.v0.pbtxt | 20962 name: "min_output" 21263 name: "min_output" 21627 name: "min_output"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 23754 name: "min_output" 24055 name: "min_output" 24162 name: "min_output" 24285 name: "min_output" 24408 name: "min_output" 24527 name: "min_output" 24646 name: "min_output" 24773 name: "min_output" 24910 name: "min_output" 25059 name: "min_output" [all …]
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 7924 …ut, ksize []int64, strides []int64, padding string) (output tf.Output, min_output tf.Output, max_o… 25430 …ut, ksize []int64, strides []int64, padding string) (output tf.Output, min_output tf.Output, max_o… 28005 …4, padding string, optional ...QuantizedConv2DAttr) (output tf.Output, min_output tf.Output, max_o…
|