Home
last modified time | relevance | path

Searched refs:to_node (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc152 NodeDef* to_node) { in SwapFanoutInputs() argument
155 SwapControlledFanoutInputs(graph, from_control_fanouts, to_node->name()); in SwapFanoutInputs()
157 auto to_control_fanouts = fanouts->find({to_node, Graph::kControlSlot}); in SwapFanoutInputs()
163 SwapRegularFanoutInputs(fanouts, from_node, to_node->name(), in SwapFanoutInputs()
166 auto to_max_port = max_output_ports->find(to_node); in SwapFanoutInputs()
168 SwapRegularFanoutInputs(fanouts, to_node, from_node->name(), in SwapFanoutInputs()
194 NodeDef* from_node, NodeDef* to_node) { in SwapRegularFanoutsAndMaxPortValues() argument
196 auto to_max_port = max_output_ports->find(to_node); in SwapRegularFanoutsAndMaxPortValues()
220 MutableGraphView::OutputPort to_port(to_node, i); in SwapRegularFanoutsAndMaxPortValues()
226 forward_fanouts(to_node, from_node, shared + 1, to); in SwapRegularFanoutsAndMaxPortValues()
[all …]
Dmutable_graph_view.h284 Status UpdateFanoutsInternal(NodeDef* from_node, NodeDef* to_node);
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages02.c80 unsigned int to_node; in main() local
83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
101 nodes[i] = to_node; in main()
117 verify_pages_on_node(pages, status, TEST_PAGES, to_node); in main()
Dmove_pages03.c118 unsigned int to_node; in main() local
121 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
141 nodes[i] = to_node; in main()
174 verify_pages_on_node(pages, status, TEST_PAGES, to_node); in main()
Dmove_pages08.c81 unsigned int to_node; in main() local
84 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
102 nodes[i] = to_node; in main()
Dmove_pages07.c80 unsigned int to_node; in main() local
83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
102 nodes[i] = to_node; in main()
Dmove_pages06.c80 unsigned int to_node; in main() local
100 to_node = numa_max_node() + 1; in main()
102 nodes[i] = to_node; in main()
Dmove_pages10.c80 unsigned int to_node; in main() local
83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
101 nodes[i] = to_node; in main()
Dmove_pages04.c91 unsigned int to_node; in main() local
99 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
126 nodes[i] = to_node; in main()
Dmove_pages11.c119 unsigned int to_node; in main() local
122 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
142 nodes[i] = to_node; in main()
Dmove_pages05.c119 unsigned int to_node; in main() local
122 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); in main()
148 nodes[i] = to_node; in main()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils.cc270 NodeDef* to_node) { in CopyAttribute() argument
271 (*to_node->mutable_attr())[attribute_name] = from.attr().at(attribute_name); in CopyAttribute()
275 const NodeDef& second, NodeDef* to_node) { in ConcatAttributeList() argument
276 CopyAttribute(attribute_name, first, to_node); in ConcatAttributeList()
277 (*to_node->mutable_attr()) in ConcatAttributeList()
Dgraph_utils.h132 NodeDef* to_node);
137 const NodeDef& second, NodeDef* to_node);
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py134 def copyanno(from_node, to_node, key, field_name='___pyct_anno'): argument
137 to_node,
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc487 const HloInstruction* to_node = kv.first.second; in Header() local
513 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1) in Header()
515 if (to_node != nullptr && to_node_id == -1) { in Header()
516 LOG(FATAL) << to_node->name() << " was added to edges but not to nodes"; in Header()
522 if (to_node) { in Header()
524 << from_node->name() << " to node " << to_node->name(); in Header()
532 if (to_node) { in Header()
538 if (to_node->IsFused() && to_node->opcode() == HloOpcode::kParameter) { in Header()
539 int64 cluster_id = cluster_ids_.at(to_node->parent()); in Header()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, in findEdge() argument
267 uptr to_idx = nodeToIndex(to_node); in findEdge()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc180 NodeDef* to_node, NodeMap* node_map) { in RemoveEdge() argument
182 node_map->RemoveOutput(from_node_name, to_node->name()); in RemoveEdge()
184 protobuf::RepeatedPtrField<string>* inputs = to_node->mutable_input(); in RemoveEdge()
194 " at node ", to_node->name()); in RemoveEdge()
/external/v8/src/
Dcode-stub-assembler.cc4191 Node* to_node, in FillPropertyArrayWithUndefined() argument
4194 CSA_SLOW_ASSERT(this, MatchesParameterMode(to_node, mode)); in FillPropertyArrayWithUndefined()
4198 BuildFastFixedArrayForEach(array, kind, from_node, to_node, in FillPropertyArrayWithUndefined()
4208 ElementsKind kind, Node* array, Node* from_node, Node* to_node, in FillFixedArrayWithValue() argument
4211 CSA_SLOW_ASSERT(this, MatchesParameterMode(to_node, mode)); in FillFixedArrayWithValue()
4224 array, kind, from_node, to_node, in FillFixedArrayWithValue()