Home
last modified time | relevance | path

Searched defs:old_operand (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc67 auto get_new_operand = [&](HloInstruction* old_operand) { in CreateLoopInvariantCopy()
Dwhile_loop_expensive_invariant_code_motion.cc81 auto get_new_operand = [&](HloInstruction* old_operand) { in CreateLoopInvariantCopy()
Dhlo_module.cc642 HloInstruction* old_operand = in OutlineExpressionFromComputation() local
Dhlo_instruction.cc2689 auto old_operand = operand(operand_num); in ReplaceOperandWith() local
2701 HloInstruction* old_operand = mutable_operand(operand_num); in ReplaceOperandWithDifferentShape() local
Dspace_to_batch_converter.cc356 ConvolutionVisitor::GetSpatialDimsToSplit(HloInstruction* old_operand) { in GetSpatialDimsToSplit()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc3869 auto old_operand = input_tuple->mutable_operand(non_windowed_operand_index); in SinkInputNodesIntoWindowedDotGeneralLoopOnContractingDimensions() local