Searched refs:in_cols_ (Results 1 – 1 of 1) sorted by relevance
43 in_cols_(in_cols), in SYCL3DPoolParams()72 in_cols_(params.tensor_in_cols), in SYCL3DPoolParams()90 const int in_cols_; member145 int cend = std::min(cstart + p_.window_cols_, p_.in_cols_); in operator()158 input_data + n * p_.in_planes_ * p_.in_cols_ * p_.in_rows_ * p_.depth_; in operator()162 int idx = ((p * p_.in_rows_ + r) * p_.in_cols_ + c) * p_.depth_ + d; in operator()262 const int c = (n % p_.in_cols_) + p_.pad_cols_;266 n /= p_.in_cols_;280 index - n * p_.in_planes_ * p_.in_cols_ * p_.in_rows_ * p_.depth_;283 input_data + n * p_.in_planes_ * p_.in_cols_ * p_.in_rows_ * p_.depth_;[all …]