Summary

public final class Summary

 A Summary is a set of named values to be displayed by the
 visualizer.
 Summaries are produced regularly during training, as controlled by
 the "summary_interval_secs" attribute of the training operation.
 Summaries are also produced at the end of an evaluation.
 
Protobuf type tensorflow.Summary

Nested Classes

class Summary.Audio Protobuf type tensorflow.Summary.Audio  
interface Summary.AudioOrBuilder  
class Summary.Builder
 A Summary is a set of named values to be displayed by the
 visualizer. 
class Summary.Image Protobuf type tensorflow.Summary.Image  
interface Summary.ImageOrBuilder  
class Summary.Value Protobuf type tensorflow.Summary.Value  
interface Summary.ValueOrBuilder  

Constants

int VALUE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static Summary
Summary
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
Summary.Value
getValue(int index)
 Set of values for the summary.
int
getValueCount()
 Set of values for the summary.
List<Summary.Value>
getValueList()
 Set of values for the summary.
Summary.ValueOrBuilder
getValueOrBuilder(int index)
 Set of values for the summary.
List<? extends Summary.ValueOrBuilder>
getValueOrBuilderList()
 Set of values for the summary.
int
final boolean
static Summary.Builder
newBuilder(Summary prototype)
static Summary.Builder
Summary.Builder
static Summary
parseDelimitedFrom(InputStream input)
static Summary
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary
parseFrom(ByteBuffer data)
static Summary
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary
parseFrom(com.google.protobuf.CodedInputStream input)
static Summary
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary
parseFrom(com.google.protobuf.ByteString data)
static Summary
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
Summary.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int VALUE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static Summary getDefaultInstance ()

public Summary getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public Summary.Value getValue (int index)

 Set of values for the summary.
 
repeated .tensorflow.Summary.Value value = 1;

public int getValueCount ()

 Set of values for the summary.
 
repeated .tensorflow.Summary.Value value = 1;

public List<Summary.Value> getValueList ()

 Set of values for the summary.
 
repeated .tensorflow.Summary.Value value = 1;

public Summary.ValueOrBuilder getValueOrBuilder (int index)

 Set of values for the summary.
 
repeated .tensorflow.Summary.Value value = 1;

public List<? extends Summary.ValueOrBuilder> getValueOrBuilderList ()

 Set of values for the summary.
 
repeated .tensorflow.Summary.Value value = 1;

public int hashCode ()

public final boolean isInitialized ()

public static Summary.Builder newBuilder (Summary prototype)

public static Summary.Builder newBuilder ()

public Summary.Builder newBuilderForType ()

public static Summary parseDelimitedFrom (InputStream input)

Throws
IOException

public static Summary parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Summary parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static Summary parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Summary parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static Summary parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static Summary parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static Summary parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static Summary parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Summary parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public Summary.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException