MemoryLogTensorAllocation

classe finale publique MemoryLogTensorAllocation

tensorflow.MemoryLogTensorAllocation de type Protobuf.MemoryLogTensorAllocation

Classes imbriquées

classe MemoryLogTensorAllocation.Builder tensorflow.MemoryLogTensorAllocation de type Protobuf.MemoryLogTensorAllocation

Constantes

int KERNEL_NAME_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
statique MemoryLogTensorAllocation
MemoryLogTensorAllocation
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
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.
TenseurDescription
getTensor ()
 Allocated tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
final com.google.protobuf.UnknownFieldSet
booléen
hasTensor ()
 Allocated tensor details.
int
booléen final
statique MemoryLogTensorAllocation.Builder
statique MemoryLogTensorAllocation.Builder
MemoryLogTensorAllocation.Builder
statique MemoryLogTensorAllocation
parseDelimitedFrom (entrée InputStream)
statique MemoryLogTensorAllocation
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique MemoryLogTensorAllocation
parseFrom (données ByteBuffer)
statique MemoryLogTensorAllocation
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique MemoryLogTensorAllocation
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique MemoryLogTensorAllocation
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique MemoryLogTensorAllocation
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique MemoryLogTensorAllocation
parseFrom (données com.google.protobuf.ByteString)
statique MemoryLogTensorAllocation
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique MemoryLogTensorAllocation
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
MemoryLogTensorAllocation.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int KERNEL_NAME_FIELD_NUMBER

Valeur constante : 2

public statique final int STEP_ID_FIELD_NUMBER

Valeur constante : 1

public statique final int TENSOR_FIELD_NUMBER

Valeur constante : 3

Méthodes publiques

public booléen égal (Objet obj)

public statique MemoryLogTensorAllocation getDefaultInstance ()

public MemoryLogTensorAllocation getDefaultInstanceForType ()

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

chaîne publique 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;

publique 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 booléen hasTensor ()

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

code de hachage int public ()

public final booléen isInitialized ()

public statique MemoryLogTensorAllocation.Builder newBuilder ()

public statique MemoryLogTensorAllocation.Builder newBuilder (prototype MemoryLogTensorAllocation )

public MemoryLogTensorAllocation.Builder newBuilderForType ()

public statique MemoryLogTensorAllocation parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique MemoryLogTensorAllocation parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique MemoryLogTensorAllocation parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique MemoryLogTensorAllocation parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique MemoryLogTensorAllocation parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique MemoryLogTensorAllocation parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique MemoryLogTensorAllocation parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique MemoryLogTensorAllocation parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique MemoryLogTensorAllocation parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique MemoryLogTensorAllocation parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public MemoryLogTensorAllocation.Builder toBuilder ()

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

Jetés
IOException