Uses of Interface
org.tensorflow.metadata.v0.CustomStatisticOrBuilder
-
Packages that use CustomStatisticOrBuilder Package Description org.tensorflow.metadata.v0 -
-
Uses of CustomStatisticOrBuilder in org.tensorflow.metadata.v0
Classes in org.tensorflow.metadata.v0 that implement CustomStatisticOrBuilder Modifier and Type Class Description classCustomStatisticStores the name and value of any custom statistic.static classCustomStatistic.BuilderStores the name and value of any custom statistic.Methods in org.tensorflow.metadata.v0 that return CustomStatisticOrBuilder Modifier and Type Method Description CustomStatisticOrBuilderFeatureNameStatistics.Builder. getCustomStatsOrBuilder(int index)Any custom statistics can be stored in this list.CustomStatisticOrBuilderFeatureNameStatistics. getCustomStatsOrBuilder(int index)Any custom statistics can be stored in this list.CustomStatisticOrBuilderFeatureNameStatisticsOrBuilder. getCustomStatsOrBuilder(int index)Any custom statistics can be stored in this list.Methods in org.tensorflow.metadata.v0 that return types with arguments of type CustomStatisticOrBuilder Modifier and Type Method Description List<? extends CustomStatisticOrBuilder>FeatureNameStatistics.Builder. getCustomStatsOrBuilderList()Any custom statistics can be stored in this list.List<? extends CustomStatisticOrBuilder>FeatureNameStatistics. getCustomStatsOrBuilderList()Any custom statistics can be stored in this list.List<? extends CustomStatisticOrBuilder>FeatureNameStatisticsOrBuilder. getCustomStatsOrBuilderList()Any custom statistics can be stored in this list.
-