Home
last modified time | relevance | path

Searched refs:AddInstructionInternal (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc89 AddInstructionInternal(std::move(instruction)); in HloComputation()
100 return AddInstructionInternal(std::move(instruction)); in AddInstruction()
103 HloInstruction* HloComputation::AddInstructionInternal( in AddInstructionInternal() function in xla::HloComputation
123 AddInstructionInternal(std::move(instruction)); in AddParameter()
140 AddInstructionInternal(std::move(instruction)); in AddEntryComputationParameter()
158 AddInstructionInternal(HloInstruction::CreateParameter( in RemoveParameter()
183 HloInstruction* new_instr = AddInstructionInternal( in RemoveUnusedParameters()
Dhlo_computation.h427 HloInstruction* AddInstructionInternal(