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

  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h 240 std::pair<HloInstruction*, HloInstruction*> NearestAncestorsInSameComputation(
call_graph_test.cc 430 // Test NearestAncestorsInSameComputation on a call graph of a module with
479 // Verify NearestAncestorsInSameComputation for various instructions in the
481 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_call, a_call),
485 // NearestAncestorsInSameComputation bails and returns nullptrs.
487 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(
491 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, entry_while),
493 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, a_call),
495 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, a_call),
497 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, b_map),
hlo_ordering.cc 44 call_graph_->NearestAncestorsInSameComputation(
call_graph.cc 376 CallGraph::NearestAncestorsInSameComputation(HloInstruction* a,
buffer_assignment.cc 761 call_graph.NearestAncestorsInSameComputation(a_buffer.instruction(),
    [all...]

Completed in 123 milliseconds