Home
last modified time | relevance | path

Searched defs:output_shift (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dfully_connected.h34 const int* output_shift, const RuntimeShape& input_shape, in FullyConnectedPerChannel()
76 const int* output_shift, const RuntimeShape& input_shape, in FullyConnectedPerChannel()
123 const int output_shift = params.output_shift; in FullyConnected() local
165 const int output_shift = params.output_shift; in FullyConnected() local
H A Dconv.h28 const int32_t* output_shift, const RuntimeShape& input_shape, in ConvPerChannel()
141 const int32_t* output_shift, const RuntimeShape& input_shape, in ConvPerChannel()
H A Dtranspose_conv.h28 const int32_t* output_shift, const RuntimeShape& input_shape, in TransposeConv()
128 const int32_t* output_shift, const RuntimeShape& input_shape, in TransposeConv()
H A Ddepthwise_conv.h26 const int32_t* output_shift, const RuntimeShape& input_shape, in DepthwiseConvPerChannel()
126 const int32_t* output_shift, const RuntimeShape& input_shape, in DepthwiseConvPerChannel()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlegacy_reference_ops.h121 int output_shift, int32 output_activation_min, in DepthwiseConv()
155 int output_shift, int32 output_activation_min, in DepthwiseConv()
174 int32 output_multiplier, int output_shift, in DepthwiseConv()
197 int output_shift, int32 output_activation_min, in DepthwiseConv()
285 int32 output_offset, int32 output_multiplier, int output_shift, in Conv()
319 int output_shift, int32 output_activation_min, in Conv()
339 int output_shift, int32 output_activation_min, in Conv()
367 int32 output_multiplier, int output_shift, in Conv()
464 int output_shift, int32 output_activation_min, in FullyConnected()
489 int output_shift, int32 output_activation_min, in FullyConnected()
[all …]
H A Dfully_connected.h75 const int output_shift = params.output_shift; in FullyConnected() local
123 const int output_shift = params.output_shift; in FullyConnected() local
174 const int output_shift = params.output_shift; in ShuffledFullyConnected() local
H A Ddepthwiseconv_uint8.h133 const int output_shift = params.output_shift; in Run() local
218 const int32_t* output_shift = params.output_shift_per_channel; in RunPerChannel() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDirectConv2dKernel.cpp140 int output_shift = 0; in validate_arguments() local
297 int output_shift = 0; in configure() local
355 int output_shift = 0; in configure() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h244 const int output_shift = params.output_shift; in LegacyDepthwiseConvWithRounding() local
289 int output_shift, int32 output_activation_min, in DepthwiseConv()
328 int output_shift, int32 output_activation_min, in DepthwiseConv()
347 int32 output_multiplier, int output_shift, in DepthwiseConv()
370 int output_shift, int32 output_activation_min, in DepthwiseConv()
777 int32 output_multiplier, int output_shift, int32 output_activation_min, in LegacyFullyConnectedAsGEMVWorkerImpl()
1050 int32 output_multiplier, int output_shift, int32 output_activation_min, in FullyConnectedAsGEMV()
1102 const int output_shift = params.output_shift; in FullyConnected() local
1646 const int output_shift = params.output_shift; in FullyConnected() local
1727 int output_shift, int32 output_activation_min, in FullyConnected()
[all …]
H A Dbatch_matmul.h329 const int output_shift = params.output_shift; in BatchMatMul() local
435 const int output_shift = params.output_shift; in BatchMatMul() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Dfully_connected.h33 const int* output_shift, const RuntimeShape& input_shape, in FullyConnectedPerChannel()
113 const int output_shift = params.output_shift; in FullyConnected() local
H A Dconv.h34 const int32* output_shift, const RuntimeShape& input_shape, in ConvPerChannel()
H A Dtranspose_conv.h29 const int32* output_shift, const RuntimeShape& input_shape, in TransposeConvV2()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBroadcast.cpp154 int32_t output_shift; in addQuant8() local
278 int output_shift; in mulQuant8() local
366 int32_t output_shift; in subQuant8() local
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDepthwiseConvolutionLayerNativeKernel.cpp149 int output_shift = 0; in validate_arguments() local
298 int output_shift = 0; in configure() local
H A DCLQLSTMLayerNormalizationKernel.cpp103 int32_t output_shift{}; in configure() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayerQuantized.cpp147 int32_t output_shift = 0; in configure() local
359 int32_t output_shift = 0; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp330 …const Size2D &dilation, std::vector<int> output_multiplier, std::vector<int> output_shift, const W… in depthwise_loop_multiplier1_quantized()
507 …ned int depth_multiplier, std::vector<int> output_multiplier, std::vector<int> output_shift, const… in depthwise_loop_generic_quantized()
610 …ned int depth_multiplier, std::vector<int> output_multiplier, std::vector<int> output_shift, const… in depthwise_loop_pow2_quantized_per_tensor()
778 std::vector<int> output_shift; in run_depthwise_quanitized8bit() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp179 int output_shift = 0; in configure() local
392 int output_shift = 0; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/core/utils/quantization/
H A DAsymmHelpers.cpp194 int32_t output_shift = 0; in compute_quantized_multipliers_and_shifts() local
257 …ltiplier_exp(int32_t input, int32_t reverse_shift, int32_t &output_inv_sqrt, int32_t &output_shift) in get_invsqrt_quantized_multiplier_exp()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_conv_ops.cc63 int output_shift, int output_offset, int output_mult) { in operator ()()
209 int output_shift, int output_offset, int output_mult) { in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Ddepthwiseconv_quantized_test.cc176 const int output_shift = params.output_shift; in DispatchDepthwiseConvImpl() local
382 const int output_shift = params.output_shift; in DispatchDepthwiseConvImpl() local
622 const std::int32_t* output_multiplier_adjust, int output_shift, in TestOneDepthwiseConvWithGivenOutputShift()
H A Dtypes.h624 int output_shift; member
644 int output_shift; member
711 int output_shift; member
753 int output_shift; member
787 int output_shift; member
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DQLSTMLayerNormalization.cpp47 int output_shift{}; in qlstm_layer_normalization() local
H A DConvolution3d.h133 int output_shift = 0; variable

123