Home
last modified time | relevance | path

Searched refs:out_cols_ (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d_sycl.h52 out_cols_(out_cols), in SYCL3DPoolParams()
81 out_cols_(params.out_width), in SYCL3DPoolParams()
102 const int out_cols_; member
144 int cstart = (n % p_.out_cols_) * p_.stride_cols_ - p_.pad_cols_; in operator()
147 n /= p_.out_cols_; in operator()
265 const int poolcend = std::min(c / p_.stride_cols_ + 1, p_.out_cols_);
284 const T* output_data_n = output_data + n * p_.out_planes_ * p_.out_cols_ *
287 p_.out_cols_ *
305 ((poolp * p_.out_rows_ + poolr) * p_.out_cols_ + poolc) *
432 int cstart = (n % p_.out_cols_) * p_.stride_cols_ - p_.pad_cols_;
[all …]