public final class
MemoryLogTensorOutput
Protobuf type tensorflow.MemoryLogTensorOutput
Nested Classes
| class | MemoryLogTensorOutput.Builder | Protobuf type tensorflow.MemoryLogTensorOutput
|
|
Constants
| int | INDEX_FIELD_NUMBER | |
| int | KERNEL_NAME_FIELD_NUMBER | |
| int | STEP_ID_FIELD_NUMBER | |
| int | TENSOR_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| static MemoryLogTensorOutput | |
| MemoryLogTensorOutput | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| int |
getIndex()
Index of the output being set. |
| String |
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 | |
| long |
getStepId()
Process-unique step id. |
| TensorDescription |
getTensor()
Output tensor details. |
| TensorDescriptionOrBuilder |
getTensorOrBuilder()
Output tensor details. |
| final com.google.protobuf.UnknownFieldSet | |
| boolean |
hasTensor()
Output tensor details. |
| int |
hashCode()
|
| final boolean | |
| static MemoryLogTensorOutput.Builder |
newBuilder(MemoryLogTensorOutput prototype)
|
| static MemoryLogTensorOutput.Builder | |
| MemoryLogTensorOutput.Builder | |
| static MemoryLogTensorOutput |
parseDelimitedFrom(InputStream input)
|
| static MemoryLogTensorOutput |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MemoryLogTensorOutput |
parseFrom(ByteBuffer data)
|
| 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)
|
|
static
|
parser()
|
| MemoryLogTensorOutput.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int INDEX_FIELD_NUMBER
Constant Value:
3
public static final int KERNEL_NAME_FIELD_NUMBER
Constant Value:
2
public static final int STEP_ID_FIELD_NUMBER
Constant Value:
1
public static final int TENSOR_FIELD_NUMBER
Constant Value:
4
Public Methods
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;
public
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)
Throws
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (ByteBuffer data)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorOutput parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MemoryLogTensorOutput parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|