interfaz pública MemoryLogTensorAllocationOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | getKernelName () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| resumen com.google.protobuf.ByteString | getKernelNameBytes () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| abstracto largo | getStepId () Process-unique step id. |
| Resumen TensorDescription | getTensor () Allocated tensor details. |
| resumen TensorDescriptionOrBuilder | getTensorOrBuilder () Allocated tensor details. |
| booleano abstracto | hasTensor () Allocated tensor details. |
Métodos públicos
cadena abstracta pública getKernelName ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;resumen público 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;public abstract long getStepId ()
Process-unique step id.
int64 step_id = 1;resumen público TensorDescription getTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;resumen público TensorDescriptionOrBuilder getTensorOrBuilder ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;public abstract boolean hasTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;