SnapShot

public final class SnapShot

Protobuf type tensorflow.SnapShot

Nested Classes

class SnapShot.Builder Protobuf type tensorflow.SnapShot  

Constants

int ACTION_COUNT_FIELD_NUMBER
int SIZE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
long
getActionCount()
uint64 action_count = 1;
static SnapShot
SnapShot
final static com.google.protobuf.Descriptors.Descriptor
int
long
getSize()
int64 size = 2;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static SnapShot.Builder
newBuilder(SnapShot prototype)
static SnapShot.Builder
SnapShot.Builder
static SnapShot
parseDelimitedFrom(InputStream input)
static SnapShot
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapShot
parseFrom(ByteBuffer data)
static SnapShot
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapShot
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapShot
parseFrom(com.google.protobuf.CodedInputStream input)
static SnapShot
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapShot
parseFrom(com.google.protobuf.ByteString data)
static SnapShot
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapShot
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
SnapShot.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int ACTION_COUNT_FIELD_NUMBER

Constant Value: 1

public static final int SIZE_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public long getActionCount ()

uint64 action_count = 1;

public static SnapShot getDefaultInstance ()

public SnapShot getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

public long getSize ()

int64 size = 2;

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

public int hashCode ()

public final boolean isInitialized ()

public static SnapShot.Builder newBuilder (SnapShot prototype)

public static SnapShot.Builder newBuilder ()

public SnapShot.Builder newBuilderForType ()

public static SnapShot parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static SnapShot parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public SnapShot.Builder toBuilder ()

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

Throws
IOException