Home
last modified time | relevance | path

Searched defs:n_batches (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dshims.hpp145 const int n_batches, in nchw_to_nhwc()
265 const int n_batches, in nchw_to_nhwc()
290 const int n_batches, in nchw_to_nhwc()
318 const int n_batches, in nchw_to_nhwc()
375 const int n_batches, in nhwc_to_nchw()
505 const int n_batches, in nhwc_to_nchw()
531 const int n_batches, in nhwc_to_nchw()
560 const int n_batches, in nhwc_to_nchw()
Dtensor.hpp39 int n_batches, n_rows, n_cols, n_channels; member
/external/ComputeLibrary/src/cpu/kernels/internal/
DCpuPool2dAssemblyWrapperKernel.cpp207 const unsigned int n_batches = src->dimension(idx_batches); in create_arm_pooling() local
246 const unsigned int n_batches = src->dimension(idx_batches); in create_arm_pooling_requant() local
DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp67 const unsigned int n_batches = src->dimension(idx_batches); in create_arm_dwc() local
108 const unsigned int n_batches = src->dimension(idx_batches); in create_arm_dwc_quant() local
/external/ComputeLibrary/src/cpu/kernels/
DCpuPermuteKernel.cpp158 int n_batches = 0; in run_permute() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Ddepthfirst_driver.hpp129 unsigned int n_batches, in execute_internal()
/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Ddepthwise.hpp52 unsigned int n_batches, input_rows, input_cols, input_channels; member
Dpooling.hpp53 unsigned int n_batches, input_rows, input_cols, n_channels; member
Dwinograd.hpp39 unsigned int n_batches; member
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthfirst_driver.hpp145 unsigned int n_batches, in execute_internal()
/external/ComputeLibrary/src/cpu/operators/
DCpuWinogradConv2d.cpp201 const uint32_t n_batches = _winograd_impl.gemm_args->_nbatches; in configure() local