Home
last modified time | relevance | path

Searched defs:param_instruction (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc205 HloInstruction* param_instruction = param_instructions_[param_no]; in RemoveParameter() local
256 HloInstruction* param_instruction = param_instructions_[i]; in RemoveUnusedParametersImpl() local
881 for (auto* param_instruction : param_instructions_) { in ComputeProgramShape() local
Dhlo_evaluator.cc435 HloInstruction* param_instruction, int64_t tuple_index) { in EvaluateWhileLoopParamInitValue()