Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc580 const NodeDef* sa_node = nullptr; in TEST_F() local
583 sa_node = &node; in TEST_F()
587 ASSERT_NE(sa_node, nullptr); in TEST_F()
590 for (NodeDef* sa_output : node_map.GetOutputs(sa_node->name())) { in TEST_F()
Dscoped_allocator_optimizer.cc525 NodeDef* sa_node = graph->add_node(); in ConstructScopedAllocatorNode() local
526 LOG_WARNING_AND_RETURN_IF_ERROR(sa_builder.Finalize(sa_node)); in ConstructScopedAllocatorNode()
527 node_map->AddNode(sa_name, sa_node); in ConstructScopedAllocatorNode()
573 sa_node->add_input( in ConstructScopedAllocatorNode()
579 << sa_node->name(); in ConstructScopedAllocatorNode()