MCPcopy Create free account
hub / github.com/alibaba/nann / generate_enqueue_ops

Method generate_enqueue_ops

tensorflow/tensorflow/python/tpu/tpu_feed.py:552–612  ·  view source on GitHub ↗

Generates the host-side Ops to enqueue the shards of a tuple. sharded_inputs is a list, one for each shard, of lists of Tensors. sharded_inputs[0] is the tuple of Tensors to use to feed shard 0 if the queue. Returns the host-side Ops that must be run to enqueue the sharded tuple. Th

(self,
                           sharded_inputs,
                           tpu_ordinal_function=None,
                           placement_function=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

freezeMethod · 0.95
_generate_enqueue_opMethod · 0.95

Tested by

no test coverage detected