MapOptional

public class MapOptional

Public Methods

List<Operand<?>>
getValue()
Returns the value of the dataset element represented by this optional, if it exists.

Inherited Methods

org.tensorflow.framework.data.DatasetOptional
static DatasetOptional
fromComponents(Ops tf, List<Operand<?>> components, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes)
Ops
Operand<?>
List<Operand<?>>
getValue()
Returns the value of the dataset element represented by this optional, if it exists.
Operand<TBool>
hasValue()
Whether this optional has a value.
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public List<Operand<?>> getValue ()

Returns the value of the dataset element represented by this optional, if it exists.