Searched refs:get_strides (Results 1 – 11 of 11) sorted by relevance
46 std::vector<int64_t> get_strides() const;
83 std::vector<int64_t> PoolGrad::get_strides() const { in get_strides() function in mindspore::ops::PoolGrad
64 std::vector<int64_t> get_strides() const;
45 std::vector<int64_t> MaxPool::get_strides() const { return GetValue<std::vector<int64_t>>(GetAttr(k… in get_strides() function in mindspore::ops::MaxPool
45 std::vector<int64_t> AvgPool::get_strides() const { return GetValue<std::vector<int64_t>>(GetAttr(k… in get_strides() function in mindspore::ops::AvgPool
222 Py_intptr_t const * strides = array.get_strides(); in copy_ndarray_to_mv2()
116 Py_intptr_t const * get_strides() const { return get_struct()->strides; } in get_strides() function in boost::python::numpy::ndarray
51 Py_intptr_t const * get_strides() const;321 Py_intptr_t const * get_strides() const;
162 return get_strides()[normalize_index(n,get_nd())]; in strides()