Home
last modified time | relevance | path

Searched defs:dst_rows (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/internal/
DCpuPool2dAssemblyWrapperKernel.cpp211 const unsigned int dst_rows = dst->dimension(idx_height); in create_arm_pooling() local
250 const unsigned int dst_rows = dst->dimension(idx_height); in create_arm_pooling_requant() local
DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp71 const unsigned int dst_rows = dst->dimension(idx_height); in create_arm_dwc() local
112 const unsigned int dst_rows = dst->dimension(idx_height); in create_arm_dwc_quant() local
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Doverlay.c234 int src_rows, src_cols, dst_rows, dst_cols; in copywin() local
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_test.cc525 int dst_rows, int dst_cols) { in TestMaybeValidGemm()