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

Function make_list

tensorflow/contrib/training/python/training/bucket_ops.py:254–258  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

252 which_dequeue = lambda q: q.dequeue_many
253
254 def make_list(t):
255 if isinstance(t, (list, tuple)):
256 return t
257 else:
258 return [t]
259
260 enqueues_to_top = [
261 top_queue.enqueue(

Callers 1

bucketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected