Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dloops.cc40 auto unpack_tuple = [](XlaOp tuple, int arity, XlaBuilder* builder) { in WhileLoopHelper() local
55 condition_function(unpack_tuple(parameter, arity, cond_builder.get()), in WhileLoopHelper()
69 body_function(unpack_tuple(parameter, arity, body_builder.get()), in WhileLoopHelper()
79 return unpack_tuple(outputs, arity, builder); in WhileLoopHelper()