Home
last modified time | relevance | path

Searched defs:weights_width (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/kernels/
DClTransposedConvolutionKernel.cpp82 const size_t weights_width = weights->dimension(width_idx); in validate_arguments() local
113 const size_t weights_width = weights->dimension(width_idx); in configure() local
DClDirectConv3dKernel.cpp110 const size_t weights_width = src1->dimension(2); in configure() local
/external/ComputeLibrary/tests/validation/reference/
DConv3D.cpp67 const unsigned int weights_width = weights.shape()[weights_width_dim]; in calculate_conv3d() local
122 const unsigned int weights_width = weights.shape()[weights_width_dim]; in calculate_conv3d() local
DDeconvolutionLayer.cpp47 const int weights_width = weights.shape().x(); in deconvolution_layer() local
/external/ComputeLibrary/tests/validate_examples/
Dgraph_convolution.cpp226 SimpleOption<int> *weights_width; /**< weights width */ member in __anon99218fb20111::ConvolutionOptions
Dgraph_depthwiseconvolution.cpp227 …SimpleOption<int> *weights_width; /**< weights width… member in __anondcaacb1f0111::DepthConvolutionOptions
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc161 int weights_width = weight_shape_[1]; in CheckShouldSplitDwConv() local
Dconv_2d_builder.cc44 int weights_height, int weights_width, in ComputeSpaceToBatchParams()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h721 const unsigned int weights_width = weights_shape[idx_width]; in compute_deep_convolution_shape() local
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp53 const size_t weights_width; member