Home
last modified time | relevance | path

Searched refs:weights_CHout_dim (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DConv3D.cpp43 constexpr unsigned int weights_CHout_dim = 0u; variable
201 const unsigned int weights_out_ch = weights.shape()[weights_CHout_dim]; in conv3d()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1441 constexpr unsigned int weights_CHout_dim = 0u; in compute_conv3d_shape() local
1488 output_shape.set(channel_dim, weights[weights_CHout_dim]); in compute_conv3d_shape()