Uses of Class
org.tensorflow.metadata.v0.CustomStatistic
-
Packages that use CustomStatistic Package Description org.tensorflow.metadata.v0 -
-
Uses of CustomStatistic in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return CustomStatistic Modifier and Type Method Description CustomStatisticCustomStatistic.Builder. build()CustomStatisticCustomStatistic.Builder. buildPartial()CustomStatisticFeatureNameStatistics.Builder. getCustomStats(int index)Any custom statistics can be stored in this list.CustomStatisticFeatureNameStatistics. getCustomStats(int index)Any custom statistics can be stored in this list.CustomStatisticFeatureNameStatisticsOrBuilder. getCustomStats(int index)Any custom statistics can be stored in this list.static CustomStatisticCustomStatistic. getDefaultInstance()CustomStatisticCustomStatistic.Builder. getDefaultInstanceForType()CustomStatisticCustomStatistic. getDefaultInstanceForType()static CustomStatisticCustomStatistic. parseDelimitedFrom(InputStream input)static CustomStatisticCustomStatistic. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomStatisticCustomStatistic. parseFrom(byte[] data)static CustomStatisticCustomStatistic. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomStatisticCustomStatistic. parseFrom(com.google.protobuf.ByteString data)static CustomStatisticCustomStatistic. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomStatisticCustomStatistic. parseFrom(com.google.protobuf.CodedInputStream input)static CustomStatisticCustomStatistic. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomStatisticCustomStatistic. parseFrom(InputStream input)static CustomStatisticCustomStatistic. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomStatisticCustomStatistic. parseFrom(ByteBuffer data)static CustomStatisticCustomStatistic. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type CustomStatistic Modifier and Type Method Description List<CustomStatistic>FeatureNameStatistics.Builder. getCustomStatsList()Any custom statistics can be stored in this list.List<CustomStatistic>FeatureNameStatistics. getCustomStatsList()Any custom statistics can be stored in this list.List<CustomStatistic>FeatureNameStatisticsOrBuilder. getCustomStatsList()Any custom statistics can be stored in this list.com.google.protobuf.Parser<CustomStatistic>CustomStatistic. getParserForType()static com.google.protobuf.Parser<CustomStatistic>CustomStatistic. parser()Methods in org.tensorflow.metadata.v0 with parameters of type CustomStatistic Modifier and Type Method Description FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. addCustomStats(int index, CustomStatistic value)Any custom statistics can be stored in this list.FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. addCustomStats(CustomStatistic value)Any custom statistics can be stored in this list.CustomStatistic.BuilderCustomStatistic.Builder. mergeFrom(CustomStatistic other)static CustomStatistic.BuilderCustomStatistic. newBuilder(CustomStatistic prototype)FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. setCustomStats(int index, CustomStatistic value)Any custom statistics can be stored in this list.Method parameters in org.tensorflow.metadata.v0 with type arguments of type CustomStatistic Modifier and Type Method Description FeatureNameStatistics.BuilderFeatureNameStatistics.Builder. addAllCustomStats(Iterable<? extends CustomStatistic> values)Any custom statistics can be stored in this list.
-