Searched refs:to_index (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | copy_segments.hpp | 70 signed_size_type to_index, in apply() 111 signed_size_type const count = from_index <= to_index in apply() 112 ? to_index - from_index + 1 in apply() 114 - from_index + to_index + 1; in apply() 162 signed_size_type to_index, in apply() argument 170 if ( from_index > to_index in apply() 172 || to_index >= static_cast<signed_size_type>(boost::size(ls)) ) in apply() 177 signed_size_type const count = to_index - from_index + 1; in apply() 203 signed_size_type to_index, in apply() 214 seg_id, to_index, in apply() [all …]
|
/third_party/skia/modules/skottie/src/animator/ |
D | ShapeKeyframeAnimator.cpp | 131 to_index = kFloatsPerVertex * to_vertex; in operator SkPath() local 135 p1 = SkPoint{ (*this)[ to_index + kX_Index], in operator SkPath() 136 (*this)[ to_index + kY_Index] }, in operator SkPath() 139 c1 = SkPoint{ (*this)[ to_index + kInX_Index], in operator SkPath() 140 (*this)[ to_index + kInY_Index] } + p1; in operator SkPath()
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_tuple_params.py | 123 to_index = map_to_index(params) 129 if n.type == token.NAME and n.value in to_index: 130 subscripts = [c.clone() for c in to_index[n.value]]
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_scheduler.h | 202 const size_t to_index); 207 const size_t to_index); 209 OpActor<DeviceTensor> *const to_actor, const size_t to_index,
|
D | graph_scheduler.cc | 1778 … OpActor<DeviceTensor> *const to_actor, const size_t to_index) { in LinkDataArrowByCallInput() argument 1800 LinkDataArrowForSwitchActor(switch_actor, call_node_with_index.second, to_actor, to_index, in LinkDataArrowByCallInput() 1804 …LinkDataArrowForSwitchActor(switch_actor, call_node_with_index.second, to_actor, to_index, branch_… in LinkDataArrowByCallInput() 1810 … OpActor<DeviceTensor> *to_actor, const size_t to_index, in LinkDataArrowForSwitchActor() argument 1824 << " to actor:" << to_actor->GetAID() << " to index:" << to_index; in LinkDataArrowForSwitchActor() 1827 …ake_shared<DataArrow>(from_actor->branch_inputs_pos_[i][from_index], to_actor->GetAID(), to_index); in LinkDataArrowForSwitchActor() 1835 … OpActor<DeviceTensor> *const to_actor, const size_t to_index) { in LinkDataArrowByControlNode() argument 1843 to_index); in LinkDataArrowByControlNode() 1848 auto op_arrow = std::make_shared<DataArrow>(position, to_actor->GetAID(), to_index); in LinkDataArrowByControlNode() 1854 LinkDataArrowForSwitchActor(dynamic_cast<SwitchActor *>(actor), 0, to_actor, to_index); in LinkDataArrowByControlNode() [all …]
|
/third_party/boost/boost/graph/distributed/ |
D | adjacency_list.hpp | 654 maybe_initialize_vertex_indices(IteratorPair p, VertexIndexMap to_index, in maybe_initialize_vertex_indices() argument 660 put(to_index, *p.first++, next_index++); in maybe_initialize_vertex_indices() 665 maybe_initialize_vertex_indices(IteratorPair p, VertexIndexMap to_index, in maybe_initialize_vertex_indices() argument 673 maybe_initialize_vertex_indices(IteratorPair p, VertexIndexMap to_index) in maybe_initialize_vertex_indices() argument 676 maybe_initialize_vertex_indices(p, to_index, category()); in maybe_initialize_vertex_indices()
|