Searched refs:_depth_multiplier (Results 1 – 11 of 11) sorted by relevance
/external/ComputeLibrary/tests/validation/fixtures/ |
D | DepthwiseConvolutionLayerFixture.h | 75 _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/ |
D | FusedDepthwiseConvolutionBatchNormalizationNode.cpp | 40 …: _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()
|
D | DepthwiseConvolutionLayerNode.cpp | 37 …: _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/ |
D | DepthwiseConv2dAttributes.cpp | 63 _depth_multiplier = depth_multiplier; in depth_multiplier() 69 return _depth_multiplier; in depth_multiplier()
|
/external/ComputeLibrary/arm_compute/dynamic_fusion/sketch/attributes/ |
D | DepthwiseConv2dAttributes.h | 69 …uint32_t _depth_multiplier{ 1U }; /**< Depth multipl…
|
/external/ComputeLibrary/arm_compute/graph/nodes/ |
D | DepthwiseConvolutionLayerNode.h | 111 int _depth_multiplier; variable
|
D | FusedDepthwiseConvolutionBatchNormalizationNode.h | 129 unsigned int _depth_multiplier; variable
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLDepthwiseConvolutionLayerNativeKernel.h | 103 unsigned int _depth_multiplier{ 0 };
|
D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 162 _depth_multiplier(1), in CLDepthwiseConvolutionLayerNativeKernel() 201 _depth_multiplier = conv_info.depth_multiplier; in configure()
|
/external/ComputeLibrary/arm_compute/graph/frontend/ |
D | Layers.h | 508 _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/ |
D | schema_generated.h | 13813 auto _depth_multiplier = _o->depth_multiplier; 13822 _depth_multiplier,
|