Package org.tensorflow.framework
Interface SummaryOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Summary,Summary.Builder
public interface SummaryOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Summary.ValuegetValue(int index)Set of values for the summary.intgetValueCount()Set of values for the summary.List<Summary.Value>getValueList()Set of values for the summary.Summary.ValueOrBuildergetValueOrBuilder(int index)Set of values for the summary.List<? extends Summary.ValueOrBuilder>getValueOrBuilderList()Set of values for the summary.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueList
List<Summary.Value> getValueList()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
-
getValue
Summary.Value getValue(int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
-
getValueCount
int getValueCount()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
-
getValueOrBuilderList
List<? extends Summary.ValueOrBuilder> getValueOrBuilderList()
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
-
getValueOrBuilder
Summary.ValueOrBuilder getValueOrBuilder(int index)
Set of values for the summary.
repeated .tensorflow.Summary.Value value = 1;
-
-