/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | pooling.h | 28 params.quantized_activation_max); in AveragePool() 72 acc = std::min(acc, params.quantized_activation_max); in AveragePool() 85 params.quantized_activation_max); in MaxPool() 88 TFLITE_DCHECK_LE(params.quantized_activation_max, in MaxPool() 129 max = std::min<int8_t>(max, params.quantized_activation_max); in MaxPool()
|
D | mul.h | 36 std::min(params.quantized_activation_max, in MulElementwise() 47 params.quantized_activation_max); in Mul() 63 int32 output_activation_max = params.quantized_activation_max; in Mul() 118 params.quantized_activation_max, in BroadcastMul4DSlow()
|
D | add.h | 54 std::min(params.quantized_activation_max, in AddElementwise() 65 params.quantized_activation_max); in Add() 131 std::min(params.quantized_activation_max, in BroadcastAdd4DSlow()
|
D | fully_connected.h | 36 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | types.h | 693 int32 quantized_activation_max; member 714 int32 quantized_activation_max; member 770 int32 quantized_activation_max; member 797 int32 quantized_activation_max; member 823 int32 quantized_activation_max; member 884 int32 quantized_activation_max; member 976 params->quantized_activation_max = max; in SetActivationParams() 982 *max = params.quantized_activation_max; in GetActivationParams()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 709 int32 quantized_activation_max; member 738 int32 quantized_activation_max; member 794 int32 quantized_activation_max; member 821 int32 quantized_activation_max; member 847 int32 quantized_activation_max; member 925 int32 quantized_activation_max; member 1030 params->quantized_activation_max = max; in SetActivationParams() 1036 *max = params.quantized_activation_max; in GetActivationParams()
|
D | depthwiseconv_quantized_test.cc | 312 op_params.quantized_activation_max = output_activation_max; in TestOneDepthwiseConvWithGivenOutputShift()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | fully_connected.h | 78 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected() 127 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected() 179 const int32 output_activation_max = params.quantized_activation_max; in ShuffledFullyConnected()
|
D | legacy_reference_ops.h | 130 op_params.quantized_activation_max = output_activation_max; in DepthwiseConv() 301 op_params.quantized_activation_max = output_activation_max; in Conv() 439 op_params.quantized_activation_max = output_activation_max; in FullyConnected() 464 op_params.quantized_activation_max = output_activation_max; in FullyConnected() 484 op_params.quantized_activation_max = output_activation_max; in ShuffledFullyConnected() 1159 params.quantized_activation_max = max_value; in ReluX() 1197 op_params.quantized_activation_max = output_activation_max; in Add() 1212 op_params.quantized_activation_max = std::numeric_limits<int32>::max(); in Add() 1253 op_params.quantized_activation_max = output_activation_max; in BroadcastAdd() 1321 op_params.quantized_activation_max = output_activation_max; in BroadcastAddFivefold() [all …]
|
D | reference_ops.h | 227 const int32 output_activation_max = params.quantized_activation_max; in Conv() 446 const T max_value = params.quantized_activation_max; in ReluX() 534 params.quantized_activation_max); in Add() 593 std::min(params.quantized_activation_max, in AddElementwise() 627 std::min(params.quantized_activation_max, in AddScalarBroadcast() 638 params.quantized_activation_max); in Add() 654 params.quantized_activation_max); in Add() 660 const int16 output_activation_max = params.quantized_activation_max; in Add() 769 params.quantized_activation_max); in BroadcastAdd4DSlow() 830 std::min(params.quantized_activation_max, in BroadcastAdd4DSlow() [all …]
|
D | depthwiseconv_uint8.h | 107 const int32 output_activation_max = params.quantized_activation_max; in Run()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | pooling.cc | 168 op_params.quantized_activation_max = activation_max; \ in AverageEvalQuantizedUint8() 195 op_params.quantized_activation_max = activation_max; in AverageEvalQuantizedInt8() 245 op_params.quantized_activation_max = activation_max; \ in MaxEvalQuantizedUInt8() 274 op_params.quantized_activation_max = activation_max; \ in MaxEvalQuantizedInt8()
|
D | fully_connected.cc | 303 op_params.quantized_activation_max = data->output_activation_max; in FullyConnectedInt8() 332 op_params.quantized_activation_max = data->output_activation_max; \ in EvalQuantized() 411 op_params.quantized_activation_max = data->output_activation_max; \ in EvalShuffledQuantized()
|
D | conv.cc | 459 op_params.quantized_activation_max = data->output_activation_max; in EvalQuantized() 486 op_params.quantized_activation_max = data->output_activation_max; in EvalQuantized()
|
D | depthwise_conv.cc | 259 op_params.quantized_activation_max = data->output_activation_max; in EvalQuantized()
|
D | activations.cc | 380 params.quantized_activation_max = in QuantizedRelu6()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 229 op_params.quantized_activation_max = output_activation_max; in DepthwiseConv() 373 op_params.quantized_activation_max = output_activation_max; in FullyConnected() 396 op_params.quantized_activation_max = output_activation_max; in FullyConnected() 438 op_params.quantized_activation_max = output_activation_max; in ShuffledFullyConnected() 631 op_params.quantized_activation_max = output_activation_max; in Conv() 977 op_params.quantized_activation_max = output_activation_max; in Add() 992 op_params.quantized_activation_max = std::numeric_limits<int32>::max(); in Add() 1046 op_params.quantized_activation_max = output_activation_max; in BroadcastAdd() 1086 op_params.quantized_activation_max = output_activation_max; in BroadcastAddFivefold() 1132 op_params.quantized_activation_max = output_activation_max; in Add() [all …]
|
D | optimized_ops.h | 1179 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected() 1238 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected() 1642 const int32 output_activation_max = params.quantized_activation_max; in ShuffledFullyConnected() 2380 const int32 output_activation_max = params.quantized_activation_max; in Conv() 2692 vdup_n_u8(params.quantized_activation_max); in AddElementwise() 2762 std::min(params.quantized_activation_max, in AddElementwise() 2789 vdup_n_u8(params.quantized_activation_max); in AddScalarBroadcast() 2864 std::min(params.quantized_activation_max, in AddScalarBroadcast() 2876 params.quantized_activation_max); in Add() 2894 params.quantized_activation_max); in Add() [all …]
|
D | depthwiseconv_uint8_3x3_filter.h | 409 int32 quantized_activation_max; 3549 const int32 output_activation_max = rt_params.quantized_activation_max; 4959 function_params->quantized_activation_max; 5582 function_params->quantized_activation_max; 5917 function_params->quantized_activation_max; 6551 function_params->quantized_activation_max; 7074 params.quantized_activation_max); 7111 function_params.quantized_activation_max = params.quantized_activation_max;
|
D | depthwiseconv_uint8_transitional.h | 2296 const int32 output_activation_max = params.quantized_activation_max; 2460 function_params.quantized_activation_max; 2601 function_params->quantized_activation_max; 2808 function_params->quantized_activation_max; 2984 function_params->quantized_activation_max; 3608 function_params->quantized_activation_max; 3944 function_params->quantized_activation_max; 4579 function_params->quantized_activation_max;
|
D | depthwiseconv_uint8.h | 1672 const int32 output_activation_max = params.quantized_activation_max; 1962 const int32 output_activation_max = params.quantized_activation_max;
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1162 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected() 1225 op_params.quantized_activation_max = output_activation_max; in FullyConnected() 1246 const int32 output_activation_max = params.quantized_activation_max; in FullyConnected() 1337 op_params.quantized_activation_max = output_activation_max; in FullyConnected() 1698 const int32 output_activation_max = params.quantized_activation_max; in ShuffledFullyConnected() 1826 op_params.quantized_activation_max = output_activation_max; in ShuffledFullyConnected() 2377 const int32 output_activation_max = params.quantized_activation_max; in Conv() 2480 op_params.quantized_activation_max = output_activation_max; in Conv() 2908 vdup_n_u8(params.quantized_activation_max); in AddElementwise() 2978 std::min(params.quantized_activation_max, in AddElementwise() [all …]
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | fully_connected.cc | 98 op_params.quantized_activation_max = data->output_activation_max; in EvalQuantized()
|
D | depthwise_conv.cc | 141 op_params.quantized_activation_max = data->output_activation_max; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 107 const int32 output_activation_max = params.quantized_activation_max; in DepthwiseConvOptimizedForFilterWidthEight() 332 op_params.quantized_activation_max = data->output_activation_max; in EvalQuantized()
|