MemoryLogTensorOutputOrBuilder

सार्वजनिक इंटरफ़ेस MemoryLogTensorOutputOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार इंट
गेटइंडेक्स ()
 Index of the output being set.
सार स्ट्रिंग
कर्नेलनाम प्राप्त करें ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
सार com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
अमूर्त लंबा
getStepId ()
 Process-unique step id.
सार TensorDescription
गेटटेन्सर ()
 Output tensor details.
सार TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
अमूर्त बूलियन
हैटेन्सर ()
 Output tensor details.

सार्वजनिक तरीके

सार्वजनिक सार int getIndex ()

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

सार्वजनिक सार स्ट्रिंग getKernelName ()

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

सार्वजनिक सार 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;

सार्वजनिक सार लंबा getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

सार्वजनिक सार TensorDescription getTensor ()

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

सार्वजनिक सार TensorDescriptionOrBuilder getTensorOrBuilder ()

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

सार्वजनिक सार बूलियन हैटेन्सर ()

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