Uses of Class
org.tensorflow.framework.AttrValue.ValueCase
-
Packages that use AttrValue.ValueCase Package Description org.tensorflow.framework -
-
Uses of AttrValue.ValueCase in org.tensorflow.framework
Methods in org.tensorflow.framework that return AttrValue.ValueCase Modifier and Type Method Description static AttrValue.ValueCaseAttrValue.ValueCase. forNumber(int value)AttrValue.ValueCaseAttrValue.Builder. getValueCase()AttrValue.ValueCaseAttrValue. getValueCase()AttrValue.ValueCaseAttrValueOrBuilder. getValueCase()static AttrValue.ValueCaseAttrValue.ValueCase. valueOf(int value)Deprecated.static AttrValue.ValueCaseAttrValue.ValueCase. valueOf(String name)Returns the enum constant of this type with the specified name.static AttrValue.ValueCase[]AttrValue.ValueCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-