Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc419 const HloValueSet& operand_value_set = pair.second; in UpdateSendValueSet() local
427 if (value_set != operand_value_set) { in UpdateSendValueSet()
428 value_set = operand_value_set; in UpdateSendValueSet()
441 const HloValueSet& operand_value_set = GetValueSet( in UpdateCustomCallValueSet() local
444 if (value_set != operand_value_set) { in UpdateCustomCallValueSet()
445 value_set = operand_value_set; in UpdateCustomCallValueSet()
456 const HloValueSet& operand_value_set = GetValueSet(copy_start->operand(0)); in UpdateCopyStartValueSet() local
458 if (value_set != operand_value_set) { in UpdateCopyStartValueSet()
459 value_set = operand_value_set; in UpdateCopyStartValueSet()
469 const HloValueSet& operand_value_set = in UpdateCopyDoneValueSet() local
[all …]
Dheap_simulator.cc251 const HloValueSet operand_value_set = in RunComputation() local
253 for (const HloValue* operand_value : operand_value_set.values()) { in RunComputation()