Home
last modified time | relevance | path

Searched refs:max_output (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h227 float min_output, float max_output, in RequantizeManyInNewRange() argument
232 output[index] = FloatToQuantized<T2>(input_float, min_output, max_output); in RequantizeManyInNewRange()
242 float max_output, in RequantizeManyInNewRangeReference() argument
248 const float output_range = max_output - min_output; 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()
400 float min_output, float max_output, quint8* output) {
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QuantizedAvgPool.pbtxt28 name: "max_output"
Dapi_def_QuantizedMaxPool.pbtxt28 name: "max_output"
Dapi_def_QuantizedConv2D.pbtxt40 name: "max_output"
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1752 const float max_output = float(calculate_max_for_size(output_size)); in calculate_expected_value() local
1760 const float temp_output_low = read_internal_low * max_output; in calculate_expected_value()
1761 const float temp_output_top = read_internal_top * max_output; in calculate_expected_value()
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc738 const string max_output = src_op.outputs[0] + "/max_output"; in ConvertRelu1Operator() local
760 max_op->set_name(max_output); in ConvertRelu1Operator()
768 *min_op->add_input() = max_output; in ConvertRelu1Operator()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt46220 name: "max_output"
46278 name: "max_output"
46766 name: "max_output"
46861 name: "max_output"
46968 name: "max_output"
47075 name: "max_output"
47182 name: "max_output"
47305 name: "max_output"
47420 name: "max_output"
47543 name: "max_output"
[all …]
Dops_history.v1.pbtxt46803 name: "max_output"
46861 name: "max_output"
47349 name: "max_output"
47444 name: "max_output"
47551 name: "max_output"
47658 name: "max_output"
47765 name: "max_output"
47888 name: "max_output"
48003 name: "max_output"
48126 name: "max_output"
[all …]
Dops_history.v0.pbtxt20966 name: "max_output"
21267 name: "max_output"
21631 name: "max_output"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt23758 name: "max_output"
24059 name: "max_output"
24166 name: "max_output"
24289 name: "max_output"
24412 name: "max_output"
24531 name: "max_output"
24650 name: "max_output"
24777 name: "max_output"
24914 name: "max_output"
25063 name: "max_output"
[all …]
/external/tensorflow/tensorflow/go/op/
Dwrappers.go7924 …, strides []int64, padding string) (output tf.Output, min_output tf.Output, max_output tf.Output) {
25430 …, strides []int64, padding string) (output tf.Output, min_output tf.Output, max_output tf.Output) {
28005 …, optional ...QuantizedConv2DAttr) (output tf.Output, min_output tf.Output, max_output tf.Output) {