HomeSort by relevance Sort by last modified time
    Searched refs:VisitNodes (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
defuser.cc 97 TF_RETURN_IF_ERROR(call_graph->VisitNodes(
flatten_call_graph.cc 118 TF_RETURN_IF_ERROR(call_graph->VisitNodes(FlattenNode));
call_graph.h 189 Status VisitNodes(const VisitorFunction& visitor_func,
247 // Helper method for VisitNodes(). Traverses the call graph from 'node' in DFS
call_inliner.cc 143 call_graph->VisitNodes([&](const CallGraphNode& node) -> Status {
call_graph_test.cc 354 TF_ASSERT_OK(call_graph->VisitNodes([&visited](const CallGraphNode& node) {
488 TF_ASSERT_OK(call_graph->VisitNodes([&visited](const CallGraphNode& node) {
507 TF_ASSERT_OK(call_graph->VisitNodes(
520 TF_ASSERT_OK(call_graph->VisitNodes(
538 Status status = call_graph->VisitNodes(
call_graph.cc 293 Status CallGraph::VisitNodes(const VisitorFunction& visitor_func,
hlo_rematerialization.cc     [all...]

Completed in 128 milliseconds