Uses of Class
org.tensorflow.metadata.v0.Histogram.HistogramType
-
Packages that use Histogram.HistogramType Package Description org.tensorflow.metadata.v0 -
-
Uses of Histogram.HistogramType in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return Histogram.HistogramType Modifier and Type Method Description static Histogram.HistogramTypeHistogram.HistogramType. forNumber(int value)Histogram.HistogramTypeHistogram.Builder. getType()The type of the histogram.Histogram.HistogramTypeHistogram. getType()The type of the histogram.Histogram.HistogramTypeHistogramOrBuilder. getType()The type of the histogram.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(int value)Deprecated.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(String name)Returns the enum constant of this type with the specified name.static Histogram.HistogramType[]Histogram.HistogramType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.metadata.v0 that return types with arguments of type Histogram.HistogramType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Histogram.HistogramType>Histogram.HistogramType. internalGetValueMap()Methods in org.tensorflow.metadata.v0 with parameters of type Histogram.HistogramType Modifier and Type Method Description Histogram.BuilderHistogram.Builder. setType(Histogram.HistogramType value)The type of the histogram.
-