Home
last modified time | relevance | path

Searched defs:operand_number (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_simplifier.cc37 for (int64_t operand_number = 0; operand_number < tuple->operand_count(); in RemoveWholeTuple() local
H A Dhlo_dataflow_analysis.h47 int64_t operand_number; member
H A Dhlo_value.h76 int64_t operand_number; member
H A Dhlo_value.cc108 bool MayUseOperandValue(int64_t operand_number, const ShapeIndex& index, in MayUseOperandValue()
H A Dinstruction_fusion.cc909 int operand_number = pair.first.operand_number; in ShouldFuseInPlaceOp() local
H A Dhlo_cost_analysis.cc1169 for (int operand_number = 0; operand_number < hlo.operand_count(); in GetBytesRead() local
H A Dhlo_dataflow_analysis.cc1281 for (int64_t operand_number : user->OperandIndices(instruction)) { in Propagate() local
H A Dcopy_insertion.cc348 int64_t operand_number) { in AddCopiesForInPlaceOperation()
H A Dhlo_instruction.cc2660 Status HloInstruction::ReplaceUseWith(HloInstruction* user, int operand_number, in ReplaceUseWith()
2671 HloInstruction* user, int operand_number, HloInstruction* new_producer) { in ReplaceUseWithDifferentShape()
H A Dhlo_rematerialization.cc178 int64_t operand_number; member
H A Ddynamic_padder.cc67 int64_t operand_number) { in ChooseIdentityValue()
H A Dlayout_assignment.cc2725 int64_t operand_number) { in AddCopyForOperand()
H A Dhlo_verifier.cc758 const HloInstruction* instruction, int64_t operand_number, in CheckOperandAndParameter()
H A Dmemory_space_assignment.cc4015 for (int operand_number = 0; in SimplifyGraph() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Doperator_writer_gen.cc82 int operand_number = 0; in BuildOperator() local