Signature.TensorDescription

public static class Signature.TensorDescription

Fields

public final DataType dataType
public final Shape shape

Public Constructors

TensorDescription(DataType dataType, Shape shape)

Inherited Methods

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()

Fields

public final DataType dataType

public final Shape shape

Public Constructors

public TensorDescription (DataType dataType, Shape shape)