パブリック インターフェイス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. |
| 抽象テンソル説明 | getTensor () Allocated tensor details. |
| 抽象TensorDescriptionOrBuilder | getTensorOrBuilder () Allocated tensor details. |
| 抽象ブール値 | hasTensor () Allocated tensor details. |
パブリックメソッド
public abstract String getKernelName ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2; public abstract 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; public abstract TensorDescription getTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; パブリック抽象TensorDescriptionOrBuilder getTensorOrBuilder ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; public abstract boolean hasTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;