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.h215 bool UpdateBitcastValueSet(HloInstruction* bitcast);
Dhlo_dataflow_analysis.cc387 bool HloDataflowAnalysis::UpdateBitcastValueSet(HloInstruction* bitcast) { in UpdateBitcastValueSet() function in xla::HloDataflowAnalysis
776 return UpdateBitcastValueSet(instruction); in UpdateInstructionValueSet()