Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc1971 HloInstruction* prev_loop_state = init; in BM_SequentialWhiles() local
1977 prev_loop_state = builder.AddInstruction(HloInstruction::CreateWhile( in BM_SequentialWhiles()
1978 init->shape(), condition, body, prev_loop_state)); in BM_SequentialWhiles()