/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 152 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 …]
|
D | mutable_graph_view.h | 284 Status UpdateFanoutsInternal(NodeDef* from_node, NodeDef* to_node);
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages02.c | 80 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()
|
D | move_pages03.c | 118 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()
|
D | move_pages08.c | 81 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()
|
D | move_pages07.c | 80 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()
|
D | move_pages06.c | 80 unsigned int to_node; in main() local 100 to_node = numa_max_node() + 1; in main() 102 nodes[i] = to_node; in main()
|
D | move_pages10.c | 80 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()
|
D | move_pages04.c | 91 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()
|
D | move_pages11.c | 119 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()
|
D | move_pages05.c | 119 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/ |
D | graph_utils.cc | 270 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()
|
D | graph_utils.h | 132 NodeDef* to_node); 137 const NodeDef& second, NodeDef* to_node);
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | anno.py | 134 def copyanno(from_node, to_node, key, field_name='___pyct_anno'): argument 137 to_node,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 487 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/ |
D | sanitizer_deadlock_detector.h | 264 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/ |
D | scoped_allocator_optimizer.cc | 180 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/ |
D | code-stub-assembler.cc | 4191 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()
|