/external/ltp/testcases/kernel/syscalls/move_pages/ |
move_pages02.c | 80 unsigned int to_node; local 83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 101 nodes[i] = to_node; 117 verify_pages_on_node(pages, status, TEST_PAGES, to_node);
|
move_pages06.c | 80 unsigned int to_node; local 100 to_node = numa_max_node() + 1; 102 nodes[i] = to_node;
|
move_pages07.c | 80 unsigned int to_node; local 83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 102 nodes[i] = to_node;
|
move_pages08.c | 81 unsigned int to_node; local 84 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 102 nodes[i] = to_node;
|
move_pages10.c | 80 unsigned int to_node; local 83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 101 nodes[i] = to_node;
|
move_pages04.c | 91 unsigned int to_node; local 99 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 126 nodes[i] = to_node;
|
move_pages03.c | 118 unsigned int to_node; local 121 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 141 nodes[i] = to_node; 174 verify_pages_on_node(pages, status, TEST_PAGES, to_node);
|
move_pages05.c | 119 unsigned int to_node; local 122 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 148 nodes[i] = to_node;
|
move_pages11.c | 119 unsigned int to_node; local 122 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node); 142 nodes[i] = to_node;
|
/external/tensorflow/tensorflow/core/grappler/ |
mutable_graph_view.cc | 152 NodeDef* to_node) { 155 SwapControlledFanoutInputs(graph, from_control_fanouts, to_node->name()); 157 auto to_control_fanouts = fanouts->find({to_node, Graph::kControlSlot}); 163 SwapRegularFanoutInputs(fanouts, from_node, to_node->name(), 166 auto to_max_port = max_output_ports->find(to_node); 168 SwapRegularFanoutInputs(fanouts, to_node, from_node->name(), 194 NodeDef* from_node, NodeDef* to_node) { 196 auto to_max_port = max_output_ports->find(to_node); 220 MutableGraphView::OutputPort to_port(to_node, i); 226 forward_fanouts(to_node, from_node, shared + 1, to) 606 NodeDef* to_node = GetNode(to_node_name); local 650 from_node, to_node); local 738 NodeDef* to_node = GetNode(to_node_name); local [all...] |
mutable_graph_view.h | 270 // to the `to_node`, including control dependencies. 282 // IMPORTANT: If `from_node` or `to_node` is not in the underlying graph, the 284 Status UpdateFanoutsInternal(NodeDef* from_node, NodeDef* to_node);
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
graph_utils.h | 130 // `to_node`. 132 NodeDef* to_node); 135 // `second` node, setting it to `to_node`. 137 const NodeDef& second, NodeDef* to_node);
|
graph_utils.cc | 270 NodeDef* to_node) { 271 (*to_node->mutable_attr())[attribute_name] = from.attr().at(attribute_name); 275 const NodeDef& second, NodeDef* to_node) { 276 CopyAttribute(attribute_name, first, to_node); 277 (*to_node->mutable_attr())
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
anno.py | 134 def copyanno(from_node, to_node, key, field_name='___pyct_anno'): 137 to_node,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_graph_dumper.cc | 487 const HloInstruction* to_node = kv.first.second; local 505 // The "to_node" value may be a NULL, indicating that this points to the 513 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1) 515 if (to_node != nullptr && to_node_id == -1) { 516 LOG(FATAL) << to_node->name() << " was added to edges but not to nodes"; 522 if (to_node) { 524 << from_node->name() << " to node " << to_node->name(); 532 if (to_node) { 538 if (to_node->IsFused() && to_node->opcode() == HloOpcode::kParameter) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_deadlock_detector.h | 264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, 267 uptr to_idx = nodeToIndex(to_node);
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
scoped_allocator_optimizer.cc | 180 NodeDef* to_node, NodeMap* node_map) { 182 node_map->RemoveOutput(from_node_name, to_node->name()); 184 protobuf::RepeatedPtrField<string>* inputs = to_node->mutable_input(); 194 " at node ", to_node->name()); [all...] |
/external/v8/src/ |
code-stub-assembler.cc | [all...] |