MemoryLogTensorOutputOrBuilder

ממשק ציבורי MemoryLogTensorOutputOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט int
getIndex ()
 Index of the output being set.
מחרוזת מופשטת
getKernelName ()
 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
getTensor ()
 Output tensor details.
תקציר TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
בוליאני מופשט
hasTensor ()
 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;

תקציר ציבורי בוליאני hasTensor ()

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