MemoryLogTensorOutputOrBuilder

interface publique MemoryLogTensorOutputOrBuilder
Sous-classes indirectes connues

Méthodes publiques

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

Méthodes publiques

public abstrait int getIndex ()

 Index of the output being set.
 
int32 index = 3;

chaîne abstraite publique getKernelName ()

 Name of the kernel producing an output 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 producing an output 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 ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

résumé public TensorDescriptionOrBuilder getTensorOrBuilder ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

public abstrait booléen hasTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;