Searched refs:copy_start_ (Results 1 – 2 of 2) sorted by relevance
617 HloInstruction* copy_start() const { return copy_start_; } in copy_start()654 HloInstruction* copy_start_; variable
2878 copy_start_ = computation->AddInstruction(HloInstruction::CreateCopyStart( in Process()2882 HloInstruction::CreateUnary(shape, HloOpcode::kCopyDone, copy_start_)); in Process()2883 VLOG(4) << "Created " << copy_start_->name() in Process()