interface pública MemoryLogTensorAllocationOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| cadeia abstrata | getKernelName () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| abstrato com.google.protobuf.ByteString | getKernelNameBytes () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| abstrato longo | getStepId () Process-unique step id. |
| TensorDescrição abstrata | obterTensor () Allocated tensor details. |
| TensorDescriptionOrBuilder abstrato | getTensorOrBuilder () Allocated tensor details. |
| booleano abstrato | temTensor () Allocated tensor details. |
Métodos Públicos
String abstrata pública getKernelName ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2; resumo 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; público abstrato longo getStepId ()
Process-unique step id.
int64 step_id = 1; público abstrato TensorDescription getTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; público abstrato TensorDescriptionOrBuilder getTensorOrBuilder ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; hasTensor booleano abstrato público ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;