Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc638 ProcessUnnestedSubcomputation(call->to_apply())); in HandleCall()
668 ProcessUnnestedSubcomputation(xla_while->while_body())); in HandleWhile()
672 ProcessUnnestedSubcomputation(xla_while->while_condition())); in HandleWhile()
691 ProcessUnnestedSubcomputation(conditional->branch_computation(0))); in HandleConditional()
696 ProcessUnnestedSubcomputation(conditional->branch_computation(j))); in HandleConditional()
785 HloCostAnalysis::ProcessUnnestedSubcomputation(HloComputation* computation) { in ProcessUnnestedSubcomputation() function in xla::HloCostAnalysis
Dhlo_cost_analysis.h177 StatusOr<Properties> ProcessUnnestedSubcomputation(