Searched refs:VisitNodes (Results 1 – 9 of 9) sorted by relevance
375 TF_ASSERT_OK(call_graph->VisitNodes([&visited](const CallGraphNode& node) { in TEST_F()509 TF_ASSERT_OK(call_graph->VisitNodes([&visited](const CallGraphNode& node) { in TEST_F()528 TF_ASSERT_OK(call_graph->VisitNodes( in TEST_F()541 TF_ASSERT_OK(call_graph->VisitNodes( in TEST_F()559 Status status = call_graph->VisitNodes( in TEST_F()
98 TF_RETURN_IF_ERROR(call_graph->VisitNodes( in Run()
70 call_graph->VisitNodes([&](const CallGraphNode& node) -> Status { in Run()
121 TF_RETURN_IF_ERROR(call_graph->VisitNodes(FlattenNode)); in Run()
142 call_graph->VisitNodes([&](const CallGraphNode& node) -> Status { in Run()
200 Status VisitNodes(const VisitorFunction& visitor_func,
337 Status CallGraph::VisitNodes(const VisitorFunction& visitor_func, in VisitNodes() function in xla::CallGraph
1277 TF_RETURN_IF_ERROR(call_graph->VisitNodes([&](const CallGraphNode& node) { in AssignBuffersForComputations()
2040 TF_RETURN_IF_ERROR(call_graph_->VisitNodes( in Run()