UncompressElement

public final class UncompressElement

Uncompresses a compressed dataset element.

Constants

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

Public Methods

List<Output<?>>
static UncompressElement
create(Scope scope, Operand<?> compressed, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes)
Factory method to create a class wrapping a new UncompressElement operation.
Iterator<Operand<TType>>

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "UncompressElement"

Public Methods

public List<Output<?>> components ()

public static UncompressElement create (Scope scope, Operand<?> compressed, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes)

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

Parameters
scope current scope
Returns
  • a new instance of UncompressElement

public Iterator<Operand<TType>> iterator ()