Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc206 auto param_instruction_iterator = param_instructions_.begin() + param_no; in RemoveParameter() local
207 param_instructions_.erase(param_instruction_iterator); in RemoveParameter()