Home
last modified time | relevance | path

Searched defs:out_c (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
H A Duniform_quantized_dot_ops.cc70 for (int64_t out_c = 0; out_c < output_depth; ++out_c) { in DotWithAccFunctionAndOutputFunction() local
94 int64_t b, int64_t out_c) { in EvalLhsPerBatchAndRhsPerTensorQuantizedDot()
98 [lhs_scales_data, rhs_scale](int32_t acc, int64_t b, int64_t out_c) { in EvalLhsPerBatchAndRhsPerTensorQuantizedDot()
118 int64_t b, int64_t out_c) { in EvalLhsPerBatchAndRhsPerChannelQuantizedDot()
123 int64_t out_c) { in EvalLhsPerBatchAndRhsPerChannelQuantizedDot()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dfully_connected.h53 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnectedPerChannel() local
94 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnectedPerChannel() local
137 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
179 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddepthwise_conv_grad_op.cc233 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in CopyOutputBackpropRegion() local
503 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in DepthwiseConvBackpropInputReference() local
793 const int64_t out_r, const int64_t out_c, in ComputeBackpropFilter()
927 for (int out_c = 0; out_c < args.out_cols; ++out_c) { in operator ()() local
997 for (int out_c = 0; out_c < args.out_cols; ++out_c) { in DepthwiseConvBackpropFilterReference() local
H A Ddepthwise_conv_op.cc222 for (int64_t out_c = 0; out_c < args.out_cols; ++out_c) { in operator ()() local
H A Ddeep_conv2d.cc826 const int64_t out_c = out_c_start + ot_col; in operator ()() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dfully_connected.h49 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
94 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
141 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
H A Dlstm_cell.h321 for (int out_c = 0; out_c < fc_output_depth; ++out_c) { in LstmCell() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_convolution.cpp56 const size_t out_c, in conv2d_impl()
316 for (size_t out_c = out_c_start; out_c < out_c_start + out_C_per_group; in convolution_wrapper() local
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_extensions_gen.py111 def gen_extensions(xml_files, extensions, out_c, out_h): argument
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DReorgLayer.cpp52 const unsigned int out_c = C / (stride * stride); in reorg_layer() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEReorgLayerKernel.cpp114 const unsigned int out_c = _output->info()->tensor_shape()[idx_c] / (stride * stride); in run() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dkernel_ops_util.h156 const size_t out_c) { in kernel_reduction_then_map_2d()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp109 for (int out_c = 0; out_c < fc_output_depth; ++out_c) { in quantizedLstmStep() local
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_intrin_ssse3.c723 const __m128i out_c = _mm_unpacklo_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_16x16_ssse3() local
786 const __m128i out_c = _mm_unpacklo_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_32x32_ssse3() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h695 const unsigned int out_c = input.dimension(0); in compute_winograd_output_transform_shape() local