SpecializedType

public final enum SpecializedType

 For identifying the underlying type of a variant. For variants, the types
 listed here are a subset of the types in the variant type registry,
 corresponding to commonly used variants which must occasionally be
 special-cased.
 
Protobuf enum tensorflow.SpecializedType

Constants

int ST_INVALID_VALUE
 Invalid/unknown specialized type.
int ST_TENSOR_LIST_VALUE
 "tensorflow::TensorList" in the variant type registry.

Inherited Methods

final int
compareTo(SpecializedType arg0)
int
compareTo(Object arg0)
final boolean
equals(Object arg0)
final Class<SpecializedType>
getDeclaringClass()
final int
hashCode()
final String
name()
final int
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
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()
abstract int
compareTo(SpecializedType arg0)

Enum Values

public static final SpecializedType ST_INVALID

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

public static final SpecializedType ST_TENSOR_LIST

 "tensorflow::TensorList" in the variant type registry.
 
ST_TENSOR_LIST = 1;

public static final SpecializedType UNRECOGNIZED

Constants

public static final int ST_INVALID_VALUE

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

Constant Value: 0

public static final int ST_TENSOR_LIST_VALUE

 "tensorflow::TensorList" in the variant type registry.
 
ST_TENSOR_LIST = 1;

Constant Value: 1