/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/ |
H A D | uniform_quantized_dot_ops.cc | 70 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 D | fully_connected.h | 53 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 D | depthwise_conv_grad_op.cc | 233 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 D | depthwise_conv_op.cc | 222 for (int64_t out_c = 0; out_c < args.out_cols; ++out_c) { in operator ()() local
|
H A D | deep_conv2d.cc | 826 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 D | fully_connected.h | 49 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 D | lstm_cell.h | 321 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 D | op_convolution.cpp | 56 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 D | vk_extensions_gen.py | 111 def gen_extensions(xml_files, extensions, out_c, out_h): argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | ReorgLayer.cpp | 52 const unsigned int out_c = C / (stride * stride); in reorg_layer() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NEReorgLayerKernel.cpp | 114 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 D | kernel_ops_util.h | 156 const size_t out_c) { in kernel_reduction_then_map_2d()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | QuantizedLSTM.cpp | 109 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 D | highbd_intrapred_intrin_ssse3.c | 723 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 D | ShapeCalculator.h | 695 const unsigned int out_c = input.dimension(0); in compute_winograd_output_transform_shape() local
|