Home
last modified time | relevance | path

Searched defs:weights_depth (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConv3D.cpp69 const unsigned int weights_depth = weights.shape()[weights_depth_dim]; in calculate_conv3d() local
124 const unsigned int weights_depth = weights.shape()[weights_depth_dim]; in calculate_conv3d() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDirectConv3dKernel.cpp112 const size_t weights_depth = src1->dimension(4); in configure() local