HomeSort by relevance Sort by last modified time
    Searched defs:Outfeed (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.cc 452 void ComputationBuilder::Outfeed(const LocalOp& operand, const Shape& shape,
454 xla::Outfeed(operand.op(), shape, outfeed_config);
xla_client.py 691 """Transfers a literal of the given shape from `device_ordinal`'s outfeed.
694 shape: The shape of the value to transfer from outfeed.
695 device_ordinal: The device ordinal to transfer the outfeed value from. Each
696 device has a distinct outfeed queue..
699 The literal value that is produced from the outfeed queue.
953 def Outfeed(self, operand):
954 """Enqueues an outfeed op onto the computation.
956 Outfeed operations enqueue data, using the given operand, onto the XLA
957 outfeed queue for subsequent dequeue via the client API.
959 self._client.Outfeed(operand, self.GetShape(operand), ''.encode('utf-8')
    [all...]

Completed in 2414 milliseconds