Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc39 XlaOp init_tuple = Tuple(&b, {num_iter, some_buffer}); in XLA_TEST_F() local
69 XlaOp result_tuple = While(loop_cond, loop_body, init_tuple); in XLA_TEST_F()
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers.py158 def _get_shape_tuple(self, init_tuple, tensor, start_idx, int_shape=None): argument
183 return init_tuple + tuple(int_shape)
189 return init_tuple + tuple(int_shape)
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc241 TF_ASSIGN_OR_RETURN(HloInstruction * init_tuple, in MakeCountedLoop()
247 module->AddEmbeddedComputation(std::move(body)), init_tuple)); in MakeCountedLoop()