Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A 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
H A DClDirectConv3dKernel.cpp110 const size_t weights_width = src1->dimension(2); in configure() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A 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
H A DDeconvolutionLayer.cpp47 const int weights_width = weights.shape().x(); in deconvolution_layer() local
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dgraph_convolution.cpp226 SimpleOption<int> *weights_width; /**< weights width */ member in __anon238537030111::ConvolutionOptions
H A Dgraph_depthwiseconvolution.cpp227 …SimpleOption<int> *weights_width; /**< weights width… member in __anonf2723d900111::DepthConvolutionOptions
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dconv_2d_helpers.cc161 int weights_width = weight_shape_[1]; in CheckShouldSplitDwConv() local
H A Dconv_2d_builder.cc44 int weights_height, int weights_width, in ComputeSpaceToBatchParams()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp53 const size_t weights_width; member
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h721 const unsigned int weights_width = weights_shape[idx_width]; in compute_deep_convolution_shape() local