MemoryLogTensorOutput

clase final pública MemoryLogTensorOutput

Tipo de tensorflow.MemoryLogTensorOutput

Clases anidadas

clase MemoryLogTensorOutput.Builder Tipo de tensorflow.MemoryLogTensorOutput

Constantes

En t INDEX_FIELD_NUMBER
En t KERNEL_NAME_FIELD_NUMBER
En t STEP_ID_FIELD_NUMBER
En t TENSOR_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estática MemoryLogTensorOutput
MemoryLogTensorOutput
com.google.protobuf.Descriptors.Descriptor estático final
En t
getIndex ()
 Index of the output being set.
Cuerda
getKernelName ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
En t
largo
getStepId ()
 Process-unique step id.
TensorDescription
getTensor ()
 Output tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
final com.google.protobuf.UnknownFieldSet
booleano
hasTensor ()
 Output tensor details.
En t
booleano final
estático MemoryLogTensorOutput.Builder
estático MemoryLogTensorOutput.Builder
MemoryLogTensorOutput.Builder
estática MemoryLogTensorOutput
parseDelimitedFrom (entrada InputStream)
estática MemoryLogTensorOutput
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryLogTensorOutput
parseFrom (datos ByteBuffer)
estática MemoryLogTensorOutput
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryLogTensorOutput
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryLogTensorOutput
parseFrom (entrada com.google.protobuf.CodedInputStream)
estática MemoryLogTensorOutput
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryLogTensorOutput
parseFrom (datos com.google.protobuf.ByteString)
estática MemoryLogTensorOutput
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática MemoryLogTensorOutput
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogTensorOutput.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int INDEX_FIELD_NUMBER

Valor constante: 3

public static final int KERNEL_NAME_FIELD_NUMBER

Valor constante: 2

public static final int STEP_ID_FIELD_NUMBER

Valor constante: 1

public static final int TENSOR_FIELD_NUMBER

Valor constante: 4

Métodos públicos

public boolean es igual a (Object obj)

public static MemoryLogTensorOutput getDefaultInstance ()

public MemoryLogTensorOutput getDefaultInstanceForType ()

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

public int getIndex ()

 Index of the output being set.
 
int32 index = 3;

public String getKernelName ()

 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
 
string kernel_name = 2;

public com.google.protobuf.ByteString getKernelNameBytes ()

 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
 
string kernel_name = 2;

público getParserForType ()

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public TensorDescription getTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

public TensorDescriptionOrBuilder getTensorOrBuilder ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

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

public boolean hasTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

public int hashCode ()

public final boolean isInitialized ()

public static MemoryLogTensorOutput.Builder newBuilder (prototipo MemoryLogTensorOutput )

público estático MemoryLogTensorOutput.Builder newBuilder ()

public MemoryLogTensorOutput.Builder newBuilderForType ()

public static MemoryLogTensorOutput parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static MemoryLogTensorOutput parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático MemoryLogTensorOutput parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

MemoryLogTensorOutput estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static MemoryLogTensorOutput parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático MemoryLogTensorOutput parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

público estático MemoryLogTensorOutput parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

MemoryLogTensorOutput estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

Public static MemoryLogTensorOutput parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

MemoryLogTensorOutput estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public MemoryLogTensorOutput.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException