Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc3282 std::vector<Literal*> while_result_element_ptrs; in TryParseAndEvaluateWhileInductionVar() local
3283 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()