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

Function _as_tensor_list

tensorflow/python/training/input.py:445–449  ·  view source on GitHub ↗
(tensors)

Source from the content-addressed store, hash-verified

443
444
445def _as_tensor_list(tensors):
446 if isinstance(tensors, dict):
447 return [tensors[k] for k in sorted(tensors, key=str)]
448 else:
449 return tensors
450
451
452def _as_tensor_list_list(tensors_list):

Callers 5

bucketFunction · 0.85
_as_tensor_list_listFunction · 0.85
_batchFunction · 0.85
_shuffle_batchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected