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 | |
| Iterator<Operand<TType>> |
iterator()
|
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 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