Uses of Class
org.tensorflow.metadata.v0.CustomStatistic.ValCase
-
Packages that use CustomStatistic.ValCase Package Description org.tensorflow.metadata.v0 -
-
Uses of CustomStatistic.ValCase in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return CustomStatistic.ValCase Modifier and Type Method Description static CustomStatistic.ValCaseCustomStatistic.ValCase. forNumber(int value)CustomStatistic.ValCaseCustomStatistic.Builder. getValCase()CustomStatistic.ValCaseCustomStatistic. getValCase()CustomStatistic.ValCaseCustomStatisticOrBuilder. getValCase()static CustomStatistic.ValCaseCustomStatistic.ValCase. valueOf(int value)Deprecated.static CustomStatistic.ValCaseCustomStatistic.ValCase. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomStatistic.ValCase[]CustomStatistic.ValCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-