Searched refs:out_rows_ (Results 1 – 1 of 1) sorted by relevance
51 out_rows_(out_rows), in SYCL3DPoolParams()80 out_rows_(params.out_height), in SYCL3DPoolParams()101 const int out_rows_; member148 int rstart = (n % p_.out_rows_) * p_.stride_rows_ - p_.pad_rows_; in operator()151 n /= p_.out_rows_; in operator()270 const int poolrend = std::min(r / p_.stride_rows_ + 1, p_.out_rows_);285 p_.out_rows_ * p_.depth_;288 p_.out_rows_ * p_.depth_;305 ((poolp * p_.out_rows_ + poolr) * p_.out_cols_ + poolc) *436 int rstart = (n % p_.out_rows_) * p_.stride_rows_ - p_.pad_rows_;[all …]