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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc 638 ProcessUnnestedSubcomputation(call->to_apply()));
668 ProcessUnnestedSubcomputation(xla_while->while_body()));
672 ProcessUnnestedSubcomputation(xla_while->while_condition()));
691 ProcessUnnestedSubcomputation(conditional->branch_computation(0)));
696 ProcessUnnestedSubcomputation(conditional->branch_computation(j)));
785 HloCostAnalysis::ProcessUnnestedSubcomputation(HloComputation* computation) {
hlo_cost_analysis.h 163 // ProcessUnnestedSubcomputation is that we expect to get profile results for
177 StatusOr<Properties> ProcessUnnestedSubcomputation(

Completed in 595 milliseconds