MemoryLogTensorAllocationOrBuilder

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

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

מחרוזת מופשטת
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
תקציר com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
מופשט ארוך
getStepId ()
 Process-unique step id.
מופשט TensorDescription
getTensor ()
 Allocated tensor details.
תקציר TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
בוליאני מופשט
hasTensor ()
 Allocated tensor details.

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

מחרוזת תקציר ציבורי getKernelName ()

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

תקציר ציבורי com.google.protobuf.ByteString getKernelNameBytes ()

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

תקציר ציבורי ארוך getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

תקציר ציבורי TensorDescription getTensor ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

תקציר ציבורי TensorDescriptionOrBuilder getTensorOrBuilder ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;