HomeSort by relevance Sort by last modified time
    Searched refs:new_operand (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
implicit_broadcast_remover.cc 76 HloInstruction* new_operand = hlo->parent()->AddInstruction( local
79 operands.push_back(new_operand);
call_inliner.cc 46 TF_ASSIGN_OR_RETURN(HloInstruction * new_operand, Resolve(operand));
47 new_operands.push_back(new_operand);
hlo_instruction.cc 893 auto new_operand = local
    [all...]
hlo_instruction.h 624 // Replaces the specified operand with new_operand.
625 Status ReplaceOperandWith(int64 operand_no, HloInstruction* new_operand);
    [all...]

Completed in 137 milliseconds