Home
last modified time | relevance | path

Searched defs:output_channel (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h68 const int output_channel = m + in_channel * depth_multiplier; in DepthwiseConvPerChannel() local
165 const int output_channel = m + in_channel * depth_multiplier; in DepthwiseConvPerChannel() local
249 const int output_channel = m + in_channel * depth_multiplier; in DepthwiseConvHybridPerChannel() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_ops_test.cc1012 const int output_channel = 5; in TYPED_TEST_P() local
1020 const int output_channel = 5; in TYPED_TEST_P() local
1029 const int output_channel = 5; in TYPED_TEST_P() local
1038 const int output_channel = 5; in TYPED_TEST_P() local
1047 const int output_channel = 5; in TYPED_TEST_P() local
1056 const int output_channel = 5; in TYPED_TEST_P() local
1065 const int output_channel = 4; in TYPED_TEST_P() local
1074 const int output_channel = 5; in TYPED_TEST_P() local
/external/webrtc/modules/audio_processing/
Ddebug.proto44 repeated bytes output_channel = 8; field
/external/XNNPACK/test/
Ddepth-to-space.cc70 size_t output_channel() { return output_dims[3]; } in output_channel() function in DepthToSpaceTest
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h243 const int output_channel = m + in_channel * depth_multiplier; in RunPerChannel() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_16x8_test.cc70 const int output_channel = m + in_channel * depth_multiplier; in PickOutputMultiplier() local
Dconv_per_channel_quantized_16x8_test.cc68 for (int output_channel = 0; output_channel < output_depth; in PickOutputMultiplier() local
Ddepthwiseconv_per_channel_quantized_test.cc72 const int output_channel = m + in_channel * depth_multiplier; in PickOutputMultiplier() local
/external/XNNPACK/src/operators/
Dconvolution-nhwc.c922 …for (size_t output_channel = 0; output_channel < groups * group_output_channels; output_channel++)… in xnn_create_convolution2d_nhwc_qc8() local
948 …for (size_t output_channel = 0; output_channel < groups * group_output_channels; output_channel++)… in xnn_create_convolution2d_nhwc_qc8() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h397 const int output_channel = im2col_shape.Dims(4); in Im2col3D() local
Doptimized_ops.h4336 const int output_channel = ext_output_shape.Dims(4); in PadImpl() local
8230 const int output_channel = MatchingDim(output_shape, 4, filter_shape, 3); in Conv3DTranspose() local
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.pb.h2683 inline const std::string& Stream::output_channel(int index) const { in output_channel() function
2730 Stream::output_channel() const { in output_channel() function
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1022 int output_channel = output_type.getShape()[3]; in matchAndRewrite() local
Dlegalize_tfl.cc1160 int output_channel = 0; in matchAndRewrite() local