Summary

Resumo da aula final pública

 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.
 
tensorflow.Summary type tensorflow.Summary

Classes aninhadas

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

Constantes

int VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Resumo estático
Resumo
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.
Lista < Summary.Value >
getValueList ()
 Set of values for the summary.
Summary.ValueOrBuilder
getValueOrBuilder (índice interno )
 Set of values for the summary.
Lista <? estende Summary.ValueOrBuilder >
getValueOrBuilderList ()
 Set of values for the summary.
int
final booleano
static Summary.Builder
newBuilder (protótipo de resumo )
static Summary.Builder
Summary.Builder
Resumo estático
parseDelimitedFrom (input InputStream)
Resumo estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Resumo estático
parseFrom (dados ByteBuffer)
Resumo estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Resumo estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Resumo estático
parseFrom (com.google.protobuf.CodedInputStream input)
Resumo estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Resumo estático
parseFrom (com.google.protobuf.ByteString data)
Resumo estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Resumo estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
Summary.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int VALUE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static Summary getDefaultInstance ()

public Summary getDefaultInstanceForType ()

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

público 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 (índice interno )

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

Lista pública <? estende 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 (protótipo de resumo )

public static Summary.Builder newBuilder ()

public Summary.Builder newBuilderForType ()

public static Summary parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static Summary parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public Summary.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException