OutfeedEnqueue

public final class OutfeedEnqueue

Enqueue a Tensor on the computation outfeed.

Constants

String OP_NAME The name of this op, as known by TensorFlow core engine

Public Methods

static OutfeedEnqueue
create(Scope scope, Operand<? extends TType> input)
Factory method to create a class wrapping a new OutfeedEnqueue operation.

Inherited Methods

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "OutfeedEnqueue"

Public Methods

public static OutfeedEnqueue create (Scope scope, Operand<? extends TType> input)

Factory method to create a class wrapping a new OutfeedEnqueue operation.

Parameters
scope current scope
input A tensor that will be inserted into the outfeed queue.
Returns
  • a new instance of OutfeedEnqueue