Searched refs:set_step (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ |
D | embedding_hash_map.h | 39 void set_step(size_t step) { step_ = step; } in set_step() function 57 hash_map_elements_.front().set_step(SIZE_MAX); in EmbeddingHashMap() 58 hash_map_elements_.back().set_step(SIZE_MAX); in EmbeddingHashMap() 65 …sh_step(const int hash_index, const size_t step) { hash_map_elements_[hash_index].set_step(step); } in set_hash_step()
|
D | embedding_hash_map.cc | 37 hash_map_elements_[hash_index].set_step(data_step); in ParseData() 47 hash_map_elements_[hash_index].set_step(data_step); in ParseData()
|
/third_party/boost/boost/gil/ |
D | step_iterator.hpp | 131 void set_step(std::ptrdiff_t step) { _step=step; } in set_step() function 161 void set_step(std::ptrdiff_t memunit_step) { this->_step_fn.set_step(memunit_step); } in set_step() function in boost::gil::memory_based_step_iterator
|
D | position_iterator.hpp | 56 void set_step(difference_type s) { _step[Dim]=s; } in set_step() function
|
/third_party/python/Lib/idlelib/ |
D | debugger_r.py | 77 def set_step(self): member in IdbAdapter 78 self.idb.set_step() 322 def set_step(self): member in IdbProxy
|
D | debugger.py | 20 self.set_step() 30 self.set_step() 272 self.idb.set_step()
|
/third_party/boost/boost/gil/concepts/ |
D | pixel_iterator.hpp | 262 it.set_step(0); in constraints()
|
/third_party/python/Lib/ |
D | bdb.py | 300 def set_step(self): member in Bdb 335 self.set_step()
|
D | pdb.py | 193 self.set_step() 1006 self.set_step()
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel_iterator.rst | 209 template <Integral D> void Iterator::set_step(D step);
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel_iterator.rst.txt | 209 template <Integral D> void Iterator::set_step(D step);
|
/third_party/python/Doc/library/ |
D | bdb.rst | 219 .. method:: set_step()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …10,18,28],sequenc:[1,3],serv:24,set:[0,1,3,4,6,7,8,9,10,13,14,15,24,28],set_step:14,sever:[5,14,24…
|