MemoryLogTensorAllocation

public final class MemoryLogTensorAllocation

Protobuf type tensorflow.MemoryLogTensorAllocation

Nested Classes

class MemoryLogTensorAllocation.Builder Protobuf type tensorflow.MemoryLogTensorAllocation  

Constants

int KERNEL_NAME_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static MemoryLogTensorAllocation
MemoryLogTensorAllocation
final static com.google.protobuf.Descriptors.Descriptor
String
getKernelName()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
com.google.protobuf.ByteString
getKernelNameBytes()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
int
long
getStepId()
 Process-unique step id.
TensorDescription
getTensor()
 Allocated tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder()
 Allocated tensor details.
final com.google.protobuf.UnknownFieldSet
boolean
hasTensor()
 Allocated tensor details.
int
final boolean
static MemoryLogTensorAllocation.Builder
static MemoryLogTensorAllocation.Builder
MemoryLogTensorAllocation.Builder
static MemoryLogTensorAllocation
parseDelimitedFrom(InputStream input)
static MemoryLogTensorAllocation
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom(ByteBuffer data)
static MemoryLogTensorAllocation
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom(com.google.protobuf.CodedInputStream input)
static MemoryLogTensorAllocation
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom(com.google.protobuf.ByteString data)
static MemoryLogTensorAllocation
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
MemoryLogTensorAllocation.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

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: 3

Public Methods

public boolean equals (Object obj)

public static MemoryLogTensorAllocation getDefaultInstance ()

public MemoryLogTensorAllocation getDefaultInstanceForType ()

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

public String getKernelName ()

 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
 
string kernel_name = 2;

public com.google.protobuf.ByteString getKernelNameBytes ()

 Name of the kernel making the allocation 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 ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

public TensorDescriptionOrBuilder getTensorOrBuilder ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

public boolean hasTensor ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

public int hashCode ()

public final boolean isInitialized ()

public static MemoryLogTensorAllocation.Builder newBuilder ()

public static MemoryLogTensorAllocation.Builder newBuilder (MemoryLogTensorAllocation prototype)

public MemoryLogTensorAllocation.Builder newBuilderForType ()

public static MemoryLogTensorAllocation parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static MemoryLogTensorAllocation parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public MemoryLogTensorAllocation.Builder toBuilder ()

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

Throws
IOException