Home
last modified time | relevance | path

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

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