Searched defs:weights_ptr_row (Results 1 – 2 of 2) sorted by relevance
153 …const T *weights_ptr_row = reinterpret_cast<const T *>(wei.ptr()) + index_h_start * kernel_stride_… in convolve_nhwc() local218 … const T *const weights_ptr_row = weights_ptr_start + index_wei_h * kernel_stride_h; in convolve_nhwc() local
144 const T *weights_ptr_row = weights_ptr_row_0 + index_wei_h * kernel_stride_h; in convolve_nchw() local