Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/gpu/cl/kernels/
DClTransposedConvolutionKernel.cpp83 const size_t weights_height = weights->dimension(height_idx); in validate_arguments() local
114 const size_t weights_height = weights->dimension(height_idx); in configure() local
DClDirectConv3dKernel.cpp111 const size_t weights_height = src1->dimension(3); in configure() local
/external/ComputeLibrary/tests/validation/reference/
DConv3D.cpp68 const unsigned int weights_height = weights.shape()[weights_height_dim]; in calculate_conv3d() local
123 const unsigned int weights_height = weights.shape()[weights_height_dim]; in calculate_conv3d() local
DDeconvolutionLayer.cpp48 const int weights_height = weights.shape().y(); in deconvolution_layer() local
/external/ComputeLibrary/tests/validate_examples/
Dgraph_convolution.cpp227 SimpleOption<int> *weights_height; /**< weights height */ member in __anon99218fb20111::ConvolutionOptions
Dgraph_depthwiseconvolution.cpp228 …SimpleOption<int> *weights_height; /**< weights heigh… member in __anondcaacb1f0111::DepthConvolutionOptions
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc160 int weights_height = weight_shape_[0]; in CheckShouldSplitDwConv() local
Dconv_2d_builder.cc44 int weights_height, int weights_width, in ComputeSpaceToBatchParams()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h722 const unsigned int weights_height = weights_shape[idx_height]; in compute_deep_convolution_shape() local
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp54 const size_t weights_height; member