Searched refs:while_hlo_ (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dwhile_transformer.cc338 : while_hlo_(while_hlo), tuple_index_(tuple_index) {
366 TF_RETURN_IF_ERROR(expr_tree.Match(while_hlo_, &tagged_instructions));
368 // Get tagged while instruction check against 'while_hlo_'.
371 if (while_hlo != while_hlo_) {
385 const HloInstruction* while_hlo_; member in class:xla::gpu::__anon25608::WhileInitOperandMatcher

Completed in 77 milliseconds