MemoryLogStep

public final class MemoryLogStep

Protobuf type tensorflow.MemoryLogStep

Nested Classes

class MemoryLogStep.Builder Protobuf type tensorflow.MemoryLogStep  

Constants

int HANDLE_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static MemoryLogStep
MemoryLogStep
final static com.google.protobuf.Descriptors.Descriptor
String
getHandle()
 Handle describing the feeds and fetches of the step.
com.google.protobuf.ByteString
getHandleBytes()
 Handle describing the feeds and fetches of the step.
int
long
getStepId()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
int
final boolean
static MemoryLogStep.Builder
static MemoryLogStep.Builder
MemoryLogStep.Builder
static MemoryLogStep
parseDelimitedFrom(InputStream input)
static MemoryLogStep
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom(ByteBuffer data)
static MemoryLogStep
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom(com.google.protobuf.CodedInputStream input)
static MemoryLogStep
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom(com.google.protobuf.ByteString data)
static MemoryLogStep
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
MemoryLogStep.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int HANDLE_FIELD_NUMBER

Constant Value: 2

public static final int STEP_ID_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static MemoryLogStep getDefaultInstance ()

public MemoryLogStep getDefaultInstanceForType ()

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

public String getHandle ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

public com.google.protobuf.ByteString getHandleBytes ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

public getParserForType ()

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

public int hashCode ()

public final boolean isInitialized ()

public static MemoryLogStep.Builder newBuilder (MemoryLogStep prototype)

public static MemoryLogStep.Builder newBuilder ()

public MemoryLogStep.Builder newBuilderForType ()

public static MemoryLogStep parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static MemoryLogStep parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public MemoryLogStep.Builder toBuilder ()

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

Throws
IOException