MemChunk

public final class MemChunk

Protobuf type tensorflow.MemChunk

Nested Classes

class MemChunk.Builder Protobuf type tensorflow.MemChunk  

Constants

int ACTION_COUNT_FIELD_NUMBER
int ADDRESS_FIELD_NUMBER
int BIN_FIELD_NUMBER
int FREED_AT_COUNT_FIELD_NUMBER
int IN_USE_FIELD_NUMBER
int OP_NAME_FIELD_NUMBER
int REQUESTED_SIZE_FIELD_NUMBER
int SIZE_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
long
getActionCount()
uint64 action_count = 7;
long
getAddress()
uint64 address = 1;
int
getBin()
int32 bin = 4;
static MemChunk
MemChunk
final static com.google.protobuf.Descriptors.Descriptor
long
getFreedAtCount()
uint64 freed_at_count = 6;
boolean
getInUse()
bool in_use = 8;
String
getOpName()
string op_name = 5;
com.google.protobuf.ByteString
getOpNameBytes()
string op_name = 5;
long
getRequestedSize()
int64 requested_size = 3;
int
long
getSize()
int64 size = 2;
long
getStepId()
uint64 step_id = 9;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static MemChunk.Builder
newBuilder(MemChunk prototype)
static MemChunk.Builder
MemChunk.Builder
static MemChunk
parseDelimitedFrom(InputStream input)
static MemChunk
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemChunk
parseFrom(ByteBuffer data)
static MemChunk
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemChunk
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemChunk
parseFrom(com.google.protobuf.CodedInputStream input)
static MemChunk
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemChunk
parseFrom(com.google.protobuf.ByteString data)
static MemChunk
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemChunk
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
MemChunk.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int ACTION_COUNT_FIELD_NUMBER

Constant Value: 7

public static final int ADDRESS_FIELD_NUMBER

Constant Value: 1

public static final int BIN_FIELD_NUMBER

Constant Value: 4

public static final int FREED_AT_COUNT_FIELD_NUMBER

Constant Value: 6

public static final int IN_USE_FIELD_NUMBER

Constant Value: 8

public static final int OP_NAME_FIELD_NUMBER

Constant Value: 5

public static final int REQUESTED_SIZE_FIELD_NUMBER

Constant Value: 3

public static final int SIZE_FIELD_NUMBER

Constant Value: 2

public static final int STEP_ID_FIELD_NUMBER

Constant Value: 9

Public Methods

public boolean equals (Object obj)

public long getActionCount ()

uint64 action_count = 7;

public long getAddress ()

uint64 address = 1;

public int getBin ()

int32 bin = 4;

public static MemChunk getDefaultInstance ()

public MemChunk getDefaultInstanceForType ()

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

public long getFreedAtCount ()

uint64 freed_at_count = 6;

public boolean getInUse ()

bool in_use = 8;

public String getOpName ()

string op_name = 5;

public com.google.protobuf.ByteString getOpNameBytes ()

string op_name = 5;

public getParserForType ()

public long getRequestedSize ()

int64 requested_size = 3;

public int getSerializedSize ()

public long getSize ()

int64 size = 2;

public long getStepId ()

uint64 step_id = 9;

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

public int hashCode ()

public final boolean isInitialized ()

public static MemChunk.Builder newBuilder (MemChunk prototype)

public static MemChunk.Builder newBuilder ()

public MemChunk.Builder newBuilderForType ()

public static MemChunk parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static MemChunk parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public MemChunk.Builder toBuilder ()

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

Throws
IOException