Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dfully_connected.h47 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h49 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
95 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
143 for (int out_c = 0; out_c < output_depth; ++out_c) { in FullyConnected() local
Dreference_ops.h2128 for (int out_c = 0; out_c < fc_output_depth; ++out_c) { in LstmCell() local
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc218 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in CopyOutputBackpropRegion() local
487 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in DepthwiseConvBackpropInputReference() local
748 const int64 out_r, const int64 out_c, in ComputeBackpropFilter()
882 for (int out_c = 0; out_c < args.out_cols; ++out_c) { in operator ()() local
952 for (int out_c = 0; out_c < args.out_cols; ++out_c) { in DepthwiseConvBackpropFilterReference() local
Ddepthwise_conv_op.cc214 for (int64 out_c = 0; out_c < args.out_cols; ++out_c) { in operator ()() local
Ddeep_conv2d.cc812 const int64 out_c = out_c_start + ot_col; in operator ()() local
/external/libvpx/libvpx/vpx_dsp/x86/
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