Searched refs:while_result_element_ptrs (Results 1 – 1 of 1) sorted by relevance
3282 std::vector<Literal*> while_result_element_ptrs; in TryParseAndEvaluateWhileInductionVar() local3283 while_result_element_ptrs.reserve(while_hlo->shape().tuple_shapes_size()); in TryParseAndEvaluateWhileInductionVar()3288 while_result_element_ptrs.push_back(&result); in TryParseAndEvaluateWhileInductionVar()3295 return LiteralUtil::MakeTuple(while_result_element_ptrs); in TryParseAndEvaluateWhileInductionVar()