Searched refs:tensor_list_list (Results 1 – 1 of 1) sorted by relevance
377 def _flatten(tensor_list_list): argument378 return [tensor for tensor_list in tensor_list_list for tensor in tensor_list]575 def _store_sparse_tensors_join(tensor_list_list, enqueue_many, keep_input): argument578 tensor_list_list[0], enqueue_many, keep_input)580 for tensor_list in tensor_list_list[1:]:586 % (tensor_list_list[0], tensor_list))632 def _validate_join(tensor_list_list): argument633 tensor_list_list = [ops.convert_n_to_tensor_or_indexed_slices(tl)634 for tl in tensor_list_list]635 if not tensor_list_list:[all …]