Home
last modified time | relevance | path

Searched defs:in_h_start_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/directconv2d/nhwc/neon/
H A Dimpl.cpp127 const int in_h_start_t = static_cast<int>(id.z()) * conv_stride_h - conv_pad_top; in convolve_nhwc() local
189 const int in_h_start_t = static_cast<int>(id.z()) * conv_stride_h - conv_pad_top; in convolve_nhwc() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/directconv2d/nchw/
H A Dall.cpp114 const int in_h_start_t = static_cast<int>(id.y()) * conv_stride_h - conv_pad_top; in convolve_nchw() local