public final class MemoryLogTensorOutput
tensorflow.MemoryLogTensorOutput type tensorflow.MemoryLogTensorOutput
Classes aninhadas
| aula | MemoryLogTensorOutput.Builder | tensorflow.MemoryLogTensorOutput type tensorflow.MemoryLogTensorOutput | |
Constantes
| int | INDEX_FIELD_NUMBER | |
| int | KERNEL_NAME_FIELD_NUMBER | |
| int | STEP_ID_FIELD_NUMBER | |
| int | TENSOR_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| static MemoryLogTensorOutput | |
| MemoryLogTensorOutput | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| int | getIndex () Index of the output being set. |
| Fragmento | 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". |
| int | |
| longo | getStepId () Process-unique step id. |
| TensorDescription | getTensor () Output tensor details. |
| TensorDescriptionOrBuilder | getTensorOrBuilder () Output tensor details. |
| final com.google.protobuf.UnknownFieldSet | |
| boleano | hasTensor () Output tensor details. |
| int | hashCode () |
| final booleano | |
| static MemoryLogTensorOutput.Builder | newBuilder (protótipo MemoryLogTensorOutput ) |
| static MemoryLogTensorOutput.Builder | newBuilder () |
| MemoryLogTensorOutput.Builder | |
| static MemoryLogTensorOutput | parseDelimitedFrom (input InputStream) |
| static MemoryLogTensorOutput | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogTensorOutput | parseFrom (dados ByteBuffer) |
| static MemoryLogTensorOutput | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogTensorOutput | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogTensorOutput | parseFrom (com.google.protobuf.CodedInputStream input) |
| static MemoryLogTensorOutput | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogTensorOutput | parseFrom (com.google.protobuf.ByteString data) |
| static MemoryLogTensorOutput | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogTensorOutput | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| MemoryLogTensorOutput.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático 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 equals (Object obj)
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|