Searched defs:operand_num (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc961 for (int64 operand_num = 0; operand_num < operand_count(); ++operand_num) {
962 if (instruction_to_fuse == operands_[operand_num]) {
964 HloInstruction* fused_parameter = fused_parameters[operand_num];
970 fused_instructions_computation()->RemoveParameter(operand_num));
971 operands_.erase(operands_.begin() + operand_num);
994 for (int64 operand_num = 0; operand_num < clone->operand_count();
995 ++operand_num) {
1900 ReplaceOperandWith(int64 operand_num, HloInstruction* new_operand) argument
[all...]

Completed in 297 milliseconds