Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc637 static StatusOr<bool> TryRemoveWhileLoop(HloInstruction* while_op) { in TryRemoveWhileLoop() function
1227 TF_ASSIGN_OR_RETURN(result, TryRemoveWhileLoop(while_op)); in Run()