MemoryLogTensorAllocation

public final class MemoryLogTensorAllocation

tensorflow.MemoryLogTensorAllocation type tensorflow.MemoryLogTensorAllocation

Classes aninhadas

aula MemoryLogTensorAllocation.Builder tensorflow.MemoryLogTensorAllocation type tensorflow.MemoryLogTensorAllocation

Constantes

int KERNEL_NAME_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static MemoryLogTensorAllocation
MemoryLogTensorAllocation
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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
longo
getStepId ()
 Process-unique step id.
TensorDescription
getTensor ()
 Allocated tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
final com.google.protobuf.UnknownFieldSet
boleano
hasTensor ()
 Allocated tensor details.
int
final booleano
static MemoryLogTensorAllocation.Builder
static MemoryLogTensorAllocation.Builder
MemoryLogTensorAllocation.Builder
static MemoryLogTensorAllocation
parseDelimitedFrom (input InputStream)
static MemoryLogTensorAllocation
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom (dados ByteBuffer)
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)
estático
MemoryLogTensorAllocation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int KERNEL_NAME_FIELD_NUMBER

Valor constante: 2

public static final int STEP_ID_FIELD_NUMBER

Valor Constante: 1

public static final int TENSOR_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

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;

público 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 (protótipo MemoryLogTensorAllocation )

public MemoryLogTensorAllocation.Builder newBuilderForType ()

public static MemoryLogTensorAllocation parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MemoryLogTensorAllocation parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MemoryLogTensorAllocation.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException