Home
last modified time | relevance | path

Searched defs:dst_cols (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/internal/
DCpuPool2dAssemblyWrapperKernel.cpp212 const unsigned int dst_cols = dst->dimension(idx_width); in create_arm_pooling() local
251 const unsigned int dst_cols = dst->dimension(idx_width); in create_arm_pooling_requant() local
DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp72 const unsigned int dst_cols = dst->dimension(idx_width); in create_arm_dwc() local
113 const unsigned int dst_cols = dst->dimension(idx_width); in create_arm_dwc_quant() local
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_test.cc525 int dst_rows, int dst_cols) { in TestMaybeValidGemm()