Home
last modified time | relevance | path

Searched refs:_depth_multiplier (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DDepthwiseConvolutionLayerFixture.h75 _depth_multiplier = depth_multiplier;
86 const ConvolutionInfo info{ _pad_stride_info, _depth_multiplier, _act_info, _dilation };
128 …figure(&_src, &_weights, &_biases, target_to_use, _pad_stride_info, _depth_multiplier, _act_info, … in configure_target()
189 …_convolution(src, weights, biases, _output_shape, _pad_stride_info, _depth_multiplier, _dilation, … in compute_reference()
199 …_convolution(src, weights, biases, _output_shape, _pad_stride_info, _depth_multiplier, _dilation, … in compute_reference()
281 unsigned int _depth_multiplier{};
311 _depth_multiplier = depth_multiplier; in setup()
316 … _weights_shape = TensorShape(kernel_size.width, kernel_size.height, channel * _depth_multiplier); in setup()
353 _conv_info, _depth_multiplier, ActivationLayerInfo(), _dilation in configure_target()
401 … const ConvolutionInfo info{ _conv_info, _depth_multiplier, ActivationLayerInfo(), _dilation }; in compute_reference()
[all …]
/external/ComputeLibrary/src/graph/nodes/
DFusedDepthwiseConvolutionBatchNormalizationNode.cpp40 …: _epsilon(epsilon), _info(std::move(info)), _depth_multiplier(depth_multiplier), _method(method),… in FusedDepthwiseConvolutionBatchNormalizationNode()
68 return _depth_multiplier; in depth_multiplier()
125 …or output_info = compute_output_descriptor(src->desc(), weights->desc(), _info, _depth_multiplier); in configure_output()
DDepthwiseConvolutionLayerNode.cpp37 …: _info(std::move(info)), _depth_multiplier(depth_multiplier), _method(method), _out_quant_info(st… in DepthwiseConvolutionLayerNode()
45 return _depth_multiplier; in depth_multiplier()
123 …or output_info = compute_output_descriptor(src->desc(), weights->desc(), _info, _depth_multiplier); in configure_output()
/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/
DDepthwiseConv2dAttributes.cpp63 _depth_multiplier = depth_multiplier; in depth_multiplier()
69 return _depth_multiplier; in depth_multiplier()
/external/ComputeLibrary/arm_compute/dynamic_fusion/sketch/attributes/
DDepthwiseConv2dAttributes.h69 …uint32_t _depth_multiplier{ 1U }; /**< Depth multipl…
/external/ComputeLibrary/arm_compute/graph/nodes/
DDepthwiseConvolutionLayerNode.h111 int _depth_multiplier; variable
DFusedDepthwiseConvolutionBatchNormalizationNode.h129 unsigned int _depth_multiplier; variable
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.h103 unsigned int _depth_multiplier{ 0 };
DCLDepthwiseConvolutionLayerNativeKernel.cpp162 _depth_multiplier(1), in CLDepthwiseConvolutionLayerNativeKernel()
201 _depth_multiplier = conv_info.depth_multiplier; in configure()
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h508 _depth_multiplier(depth_multiplier), in _conv_width()
519 … input, Size2D(_conv_width, _conv_height), _conv_info, _depth_multiplier, in create_layer()
530 int _depth_multiplier; variable
/external/tensorflow/tensorflow/lite/schema/
Dschema_generated.h13813 auto _depth_multiplier = _o->depth_multiplier;
13822 _depth_multiplier,