Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc564 std::vector<InputDesc> inputs_to_first; in ConstructScopedAllocatorNode() local
566 graph, sa_opti->node_map(), nd.from_node_def, &inputs_to_first)); in ConstructScopedAllocatorNode()
567 for (int i = 0, end = inputs_to_first.size(); i < end; ++i) { in ConstructScopedAllocatorNode()
568 if (fanout.find(inputs_to_first[i].from_node_def) != fanout.end()) { in ConstructScopedAllocatorNode()
569 VLOG(2) << "Found node " << inputs_to_first[i].from_node_def->name() in ConstructScopedAllocatorNode()
574 strings::StrCat("^", inputs_to_first[i].from_node_def->name())); in ConstructScopedAllocatorNode()
575 node_map->AddOutput(inputs_to_first[i].from_node_def->name(), sa_name); in ConstructScopedAllocatorNode()
578 << inputs_to_first[i].from_node_def->name() << " to " in ConstructScopedAllocatorNode()