Home
last modified time | relevance | path

Searched defs:kernel_depth (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DDirectConvolution3DFixture.h161 …z, int pad_x, int pad_y, int pad_z, unsigned int kernel_width, int kernel_height, int kernel_depth, in setup()
174 …z, int pad_x, int pad_y, int pad_z, unsigned int kernel_width, int kernel_height, int kernel_depth, in setup()
/external/ComputeLibrary/src/cpu/kernels/
DCpuWeightsReshapeKernel.cpp117 const unsigned int kernel_depth = src->info()->dimension(2); in run_op() local
DCpuIm2ColKernel.cpp90 int kernel_depth, in linearize_volume_nchw()
/external/ComputeLibrary/src/core/
DUtils.cpp493 … int kernel_width, int kernel_height, int kernel_depth, in scaled_3d_dimensions_signed()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1622 int32_t kernel_depth = GetTensorDim(kernel_sizes, data_format, 'C'); in MaxPoolShapeImpl() local
1761 int32_t kernel_depth = GetTensorDim(kernel_sizes, data_format, 'C'); in MaxPoolV2Shape() local