MemoryLogTensorOutputOrBuilder

interface pública MemoryLogTensorOutputOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato int
getIndex ()
 Index of the output being set.
cadeia abstrata
getKernelName ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
abstrato com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
abstrato longo
getStepId ()
 Process-unique step id.
TensorDescrição abstrata
obterTensor ()
 Output tensor details.
TensorDescriptionOrBuilder abstrato
getTensorOrBuilder ()
 Output tensor details.
booleano abstrato
temTensor ()
 Output tensor details.

Métodos Públicos

público abstrato int getIndex ()

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

String abstrata pública getKernelName ()

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

resumo público 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;

público abstrato longo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

público abstrato TensorDescription getTensor ()

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

público abstrato TensorDescriptionOrBuilder getTensorOrBuilder ()

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

hasTensor booleano abstrato público ()

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