Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3956 if (auto hlo_param = DynCast<HloParameterInstruction>(&hlo)) { in ComputeInternal() local
3957 if (hlo_param->parameter_number() == outer_param_num) { in ComputeInternal()