MemoryLogTensorAllocationOrBuilder

interface publique MemoryLogTensorAllocationOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
résumé com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
abstrait long
getStepId ()
 Process-unique step id.
TensorDescription abstraite
getTensor ()
 Allocated tensor details.
TensorDescriptionOrBuilder abstrait
getTensorOrBuilder ()
 Allocated tensor details.
booléen abstrait
hasTensor ()
 Allocated tensor details.

Méthodes publiques

chaîne abstraite publique getKernelName ()

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

résumé 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 abstrait long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

résumé public TensorDescription getTensor ()

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

résumé public TensorDescriptionOrBuilder getTensorOrBuilder ()

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

public abstrait booléen hasTensor ()

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