Searched defs:kernel_depth (Results 1 – 5 of 5) sorted by relevance
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | DirectConvolution3DFixture.h | 161 …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/ |
| D | CpuWeightsReshapeKernel.cpp | 117 const unsigned int kernel_depth = src->info()->dimension(2); in run_op() local
|
| D | CpuIm2ColKernel.cpp | 90 int kernel_depth, in linearize_volume_nchw()
|
| /external/ComputeLibrary/src/core/ |
| D | Utils.cpp | 493 … int kernel_width, int kernel_height, int kernel_depth, in scaled_3d_dimensions_signed()
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | common_shape_fns.cc | 1622 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
|