MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _validate_join

Function _validate_join

tensorflow/python/training/input.py:637–642  ·  view source on GitHub ↗
(tensor_list_list)

Source from the content-addressed store, hash-verified

635
636
637def _validate_join(tensor_list_list):
638 tensor_list_list = [ops.convert_n_to_tensor_or_indexed_slices(tl)
639 for tl in tensor_list_list]
640 if not tensor_list_list:
641 raise ValueError("Expected at least one input in batch_join().")
642 return tensor_list_list
643
644
645def _validate_keep_input(keep_input, enqueue_many):

Callers 2

_batch_joinFunction · 0.85
_shuffle_batch_joinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected