MemoryLogTensorOutputOrBuilder

genel arayüz MemoryLogTensorOutputOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut int
getIndex ()
 Index of the output being set.
soyut Dize
getKernelName ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
abstract com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
soyut uzun
getStepId ()
 Process-unique step id.
soyut Tensör Açıklaması
getTensor ()
 Output tensor details.
özet TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
soyut boole
hasTensör ()
 Output tensor details.

Genel Yöntemler

genel soyut int getIndex ()

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

genel özet Dize getKernelName ()

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

genel özet 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;

genel özet uzun getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

genel özet TensorDescription getTensor ()

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

genel özet TensorDescriptionOrBuilder getTensorOrBuilder ()

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

genel soyut boolean hasTensor ()

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