Home
last modified time | relevance | path

Searched defs:depth_multiplier (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/dwc_native/
H A DClDWCNativeDefaultConfigBifrost.cpp39 unsigned int depth_multiplier, bool is_g71) in configure_f32()
109 unsigned int depth_multiplier, bool is_g71) in configure_f16()
202 unsigned int depth_multiplier) in configure()
231unsigned int depth_multiplier) in configure_G71_f32()
237unsigned int depth_multiplier) in configure_G71_f16()
243unsigned int depth_multiplier) in configure_G7x_f32()
249unsigned int depth_multiplier) in configure_G7x_f16()
255unsigned int depth_multiplier) in configure_G7x_u8()
H A DClDWCNativeDefaultConfigValhall.cpp42 unsigned int depth_multiplier) in configure()
72unsigned int depth_multiplier) in configure_G78_f32()
134unsigned int depth_multiplier) in configure_G78_f16()
213unsigned int depth_multiplier) in configure_G78_u8()
238unsigned int depth_multiplier) in configure_G77_f16()
H A DClDWCNativeHeuristicsHelpers.cpp32 bool use_cl_image_for_weights(const ITensorInfo *weights, unsigned int depth_multiplier) in use_cl_image_for_weights()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDepthwiseConvolutionLayer.cpp55unsigned int depth_multiplier, const Size2D &dilation, const QuantizationInfo &out_quant_info) in depthwise_convolution_fp()
139 …const PadStrideInfo &conv_info, unsigned int depth_multiplier, const Size2D &dilation, const Quant… in depthwise_convolution_quantized()
239 …const PadStrideInfo &conv_info, unsigned int depth_multiplier, const Size2D &dilation, const Quant… in depthwise_convolution()
246 …const PadStrideInfo &conv_info, unsigned int depth_multiplier, const Size2D &dilation, const Quant… in depthwise_convolution()
253 …const PadStrideInfo &conv_info, unsigned int depth_multiplier, const Size2D &dilation, const Quant… in depthwise_convolution()
260 …const PadStrideInfo &conv_info, unsigned int depth_multiplier, const Size2D &dilation, const Quant… in depthwise_convolution()
267 …const PadStrideInfo &conv_info, unsigned int depth_multiplier, const Size2D &dilation, const Quant… in depthwise_convolution()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDepthwiseConvolutionLayer.cpp71unsigned int depth_multiplier, in configure()
154unsigned int depth_multiplier, in validate()
221unsigned int depth_multiplier, const ActivationLayerInfo &act_info, const Size2D &dilation) in configure()
275unsigned int depth_multiplier, const ActivationLayerInfo &act_info, const Size2D &dilation) in validate()
310 …st ITensor *biases, ITensor *output, const PadStrideInfo &conv_info, unsigned int depth_multiplier, in configure()
333unsigned int depth_multiplier, const ActivationLayerInfo &act_info, const Size2D &dilation) in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDepthwiseConvolutionLayerFixture.h293 … kernel_size, PadStrideInfo pad_stride_info, Size2D dilation, unsigned int depth_multiplier, DataT… in setup()
307 …size_t height, size_t channel, size_t batch, Size2D kernel_size, size_t depth_multiplier, Size2D d… in setup()
446 …size_t height, size_t channel, size_t batch, Size2D kernel_size, size_t depth_multiplier, Size2D d… in setup()
644 … kernel_size, PadStrideInfo pad_stride_info, Size2D dilation, unsigned int depth_multiplier, DataT… in setup()
658 … kernel_size, PadStrideInfo pad_stride_info, Size2D dilation, unsigned int depth_multiplier, DataT… in setup()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Ddepthwiseconv_quantized_test.cc177 const int depth_multiplier = params.depth_multiplier; in DispatchDepthwiseConvImpl() local
383 const int depth_multiplier = params.depth_multiplier; in DispatchDepthwiseConvImpl() local
620 int depth_multiplier, std::int32_t output_offset, in TestOneDepthwiseConvWithGivenOutputShift()
757 int depth_multiplier, std::int32_t output_offset, in TestOneDepthwiseConvBisectOutputShift()
816 int depth_multiplier, std::int32_t output_offset, in TestOneDepthwiseConv()
833 int depth_multiplier, int stride, in TryTestDepthwiseConv()
963 const int depth_multiplier = ExponentialRandomPositiveInt(0.8f, 6, 50); in TryTestOneDepthwiseConv() local
985 const int depth_multiplier = 1; in TryTestOneDepthwiseConv3x3Filter() local
1037 const int depth_multiplier = in TryTestOneNeonDot3x3() local
H A Ddepthwiseconv_per_channel_quantized_test.cc52 const int depth_multiplier = params.depth_multiplier; in PickOutputMultiplier() local
144 void CompareRoundingResults(int flat_size, const int depth_multiplier, in CompareRoundingResults()
190 int filter_width, int filter_height, int depth_multiplier, in GenerateValidShapeConfigurations()
228 const int depth_multiplier = 1; in TryTestOneDepthwiseConv3x3Filter() local
H A Ddepthwiseconv_per_channel_quantized_16x8_test.cc51 const int depth_multiplier = params.depth_multiplier; in PickOutputMultiplier() local
142 int filter_width, int filter_height, int depth_multiplier, in GenerateValidShapeConfigurations()
186 const int depth_multiplier = 1; in TryTestOneDepthwiseConv3x3Filter() local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/
H A DDepthwiseConv2dAttributes.cpp61 …pthwiseConv2dAttributes &DepthwiseConv2dAttributes::depth_multiplier(const uint32_t &depth_multipl… in depth_multiplier() function in arm_compute::experimental::dynamic_fusion::DepthwiseConv2dAttributes
67 uint32_t DepthwiseConv2dAttributes::depth_multiplier() const in depth_multiplier() function in arm_compute::experimental::dynamic_fusion::DepthwiseConv2dAttributes
/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/
H A DDepthwiseConvolutionLayerNode.cpp35 …utionLayerNode::DepthwiseConvolutionLayerNode(PadStrideInfo info, int depth_multiplier, DepthwiseC… in DepthwiseConvolutionLayerNode()
43 int DepthwiseConvolutionLayerNode::depth_multiplier() const in depth_multiplier() function in arm_compute::graph::DepthwiseConvolutionLayerNode
81int depth_multiplier) in compute_output_descriptor()
H A DFusedDepthwiseConvolutionBatchNormalizationNode.cpp37unsigned int depth_multiplier, in FusedDepthwiseConvolutionBatchNormalizationNode()
66 unsigned int FusedDepthwiseConvolutionBatchNormalizationNode::depth_multiplier() const in depth_multiplier() function in arm_compute::graph::FusedDepthwiseConvolutionBatchNormalizationNode
84int depth_multiplier) in compute_output_descriptor()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLDepthwiseConvolutionLayer.cpp67unsigned int depth_multiplier, ActivationLayerInfo act_info, const Size2D &dilation) in configure()
74unsigned int depth_multiplier, ActivationLayerInfo act_info, const Size2D &dilation) in configure()
163unsigned int depth_multiplier, ActivationLayerInfo act_info, const Size2D &dilation) in validate()
/aosp_15_r20/external/armnn/delegate/test/
H A DConvolutionTestHelper.hpp48 int32_t depth_multiplier = 1,
197 void ConvolutionTest(tflite::BuiltinOperator convolutionOperatorCode, in ConvolutionTest()
300 int32_t depth_multiplier = 1,
458 int32_t depth_multiplier = 1,
H A DDepthwiseConvolution2dTest.cpp54 int32_t depth_multiplier = 2; in DepthwiseConv2dValidReluFp32Test() local
158 int32_t depth_multiplier = 4; in DepthwiseConv2dSameInt8PerChannelTest() local
/aosp_15_r20/external/XNNPACK/test/
H A Dconvolution-test-helpers.cc282 size_t depth_multiplier, in compute_depthwise_convolution_qs8_reference_results()
347 size_t depth_multiplier, in compute_depthwise_convolution_qs8_reference_results()
399 size_t depth_multiplier, in compute_depthwise_convolution_qu8_reference_results()
465 size_t depth_multiplier, in compute_depthwise_convolution_qu8_reference_results()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Ddepthwise_conv.h39 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvPerChannel() local
138 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvPerChannel() local
223 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvHybridPerChannel() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp248 … const Size2D &dilation, unsigned int depth_multiplier, const Window &window, bool has_biases) in depthwise_loop_generic_fp()
507 …const Size2D &dilation, unsigned int depth_multiplier, std::vector<int> output_multiplier, std::ve… in depthwise_loop_generic_quantized()
610 …const Size2D &dilation, unsigned int depth_multiplier, std::vector<int> output_multiplier, std::ve… in depthwise_loop_pow2_quantized_per_tensor()
751 unsigned int depth_multiplier = info.depth_multiplier; in run_depthwise_float() local
775 unsigned int depth_multiplier = info.depth_multiplier; in run_depthwise_quanitized8bit() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DDepthwiseConv2dFixture.h65const unsigned int depth_multiplier, const DataType data_type, const DataLayout data_layout) in setup()
217 …l_size, const PadStrideInfo &info, const Size2D &dilation, const unsigned int depth_multiplier, Da… in setup()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dconvolutional.py726 depth_multiplier=1, argument
842 depth_multiplier=1, argument
892 depth_multiplier=1, argument
1016 depth_multiplier=1, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Ddepthwiseconv_uint8.h126 const int depth_multiplier = params.depth_multiplier; in Run() local
212 const int depth_multiplier = params.depth_multiplier; in RunPerChannel() local
H A Dlegacy_reference_ops.h49 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
75 int pad_height, int depth_multiplier, in DepthwiseConv()
91 int pad_height, int depth_multiplier, float* output_data, in DepthwiseConv()
106 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
119 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
153 int pad_height, int depth_multiplier, in DepthwiseConv()
173 int pad_height, int depth_multiplier, int32 output_offset, in DepthwiseConv()
195 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dconvolutional.py1774 depth_multiplier=1, argument
2007 depth_multiplier=1, argument
2198 depth_multiplier=1, argument
2365 depth_multiplier=1, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Ddepthwise_conv_hybrid.h55 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvHybridGeneral() local
270 const int depth_multiplier = params.depth_multiplier; in DepthwiseConvHybridWithRounding() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DFusedDepthwiseConvolutionBatchNormalizationFunction.h78 …float epsilon, const PadStrideInfo &conv_info, unsigned int depth_multiplier, ActivationLayerInfo … in configure()

123