MemoryLogTensorAllocation

clase final pública MemoryLogTensorAllocation

Protobuf tipo tensorflow.MemoryLogTensorAllocation

Clases anidadas

clase MemoryLogTensorAllocation.Builder Protobuf tipo tensorflow.MemoryLogTensorAllocation

Constantes

En t KERNEL_NAME_FIELD_NUMBER
En t STEP_ID_FIELD_NUMBER
En t TENSOR_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
static MemoryLogTensorAllocation
MemoryLogTensorAllocation
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
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".
En t
largo
getStepId ()
 Process-unique step id.
TensorDescription
getTensor ()
 Allocated tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
final com.google.protobuf.UnknownFieldSet
booleano
hasTensor ()
 Allocated tensor details.
En t
booleano final
static MemoryLogTensorAllocation.Builder
static MemoryLogTensorAllocation.Builder
MemoryLogTensorAllocation.Builder
static MemoryLogTensorAllocation
parseDelimitedFrom (entrada InputStream)
static MemoryLogTensorAllocation
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom (datos ByteBuffer)
static MemoryLogTensorAllocation
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom (entrada com.google.protobuf.CodedInputStream)
static MemoryLogTensorAllocation
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom (datos com.google.protobuf.ByteString)
static MemoryLogTensorAllocation
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorAllocation
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogTensorAllocation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (Object obj)

public static MemoryLogTensorAllocation getDefaultInstance ()

public MemoryLogTensorAllocation getDefaultInstanceForType ()

público estático 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 (prototipo de MemoryLogTensorAllocation )

public MemoryLogTensorAllocation.Builder newBuilderForType ()

public static MemoryLogTensorAllocation parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

público estático MemoryLogTensorAllocation parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

público estático MemoryLogTensorAllocation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static MemoryLogTensorAllocation parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático MemoryLogTensorAllocation parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

público estático MemoryLogTensorAllocation parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático MemoryLogTensorAllocation parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

público estático MemoryLogTensorAllocation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public MemoryLogTensorAllocation.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException