Uses of Interface
org.tensorflow.framework.Summary.ValueOrBuilder
-
Packages that use Summary.ValueOrBuilder Package Description org.tensorflow.framework -
-
Uses of Summary.ValueOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement Summary.ValueOrBuilder Modifier and Type Class Description static classSummary.ValueProtobuf typetensorflow.Summary.Valuestatic classSummary.Value.BuilderProtobuf typetensorflow.Summary.ValueMethods in org.tensorflow.framework that return Summary.ValueOrBuilder Modifier and Type Method Description Summary.ValueOrBuilderSummary.Builder. getValueOrBuilder(int index)Set of values for the summary.Summary.ValueOrBuilderSummary. getValueOrBuilder(int index)Set of values for the summary.Summary.ValueOrBuilderSummaryOrBuilder. getValueOrBuilder(int index)Set of values for the summary.Methods in org.tensorflow.framework that return types with arguments of type Summary.ValueOrBuilder Modifier and Type Method Description List<? extends Summary.ValueOrBuilder>Summary.Builder. getValueOrBuilderList()Set of values for the summary.List<? extends Summary.ValueOrBuilder>Summary. getValueOrBuilderList()Set of values for the summary.List<? extends Summary.ValueOrBuilder>SummaryOrBuilder. getValueOrBuilderList()Set of values for the summary.
-