Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.h251 bool UpdateBitcastValueSet(HloInstruction* bitcast);
Dhlo_dataflow_analysis.cc556 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet() function in xla::HloDataflowAnalysis
1153 return UpdateBitcastValueSet(instruction); in UpdateInstructionValueSet()