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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_rewriter.cc 137 std::unique_ptr<HloInstruction> new_tuple = HloInstruction::CreateTuple({ local
146 batch_norm, std::move(new_tuple)));
pad_insertion.cc 380 HloInstruction* new_tuple = computation->AddInstruction( local
385 << new_tuple->ToString();
387 TF_CHECK_OK(computation->ReplaceInstruction(backward_conv, new_tuple));
cudnn_convolution_algorithm_picker.cc 331 HloInstruction* new_tuple = local
338 TF_RETURN_IF_ERROR(instr->parent()->ReplaceInstruction(instr, new_tuple));
  /external/tensorflow/tensorflow/compiler/xla/service/
while_loop_simplifier.cc 524 // new_tuple
530 // new_tuple and while_init.
546 HloInstruction* new_tuple = local
548 TF_RETURN_IF_ERROR(while_op->ReplaceAllUsesWith(new_tuple));
  /external/tensorflow/tensorflow/compiler/xla/tests/
tuple_test.cc 189 auto new_tuple = builder.Tuple({builder.GetTupleElement(tuple_data, 1), local

Completed in 238 milliseconds