MemoryLogTensorOutputOrBuilder

パブリック インターフェイスMemoryLogTensorOutputOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象整数
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.
抽象テンソル説明
getTensor ()
 Output tensor details.
抽象TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
抽象ブール値
hasTensor ()
 Output tensor details.

パブリックメソッド

public abstract int getIndex ()

 Index of the output being set.
 
int32 index = 3;

パブリック抽象 String getKernelName ()

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

public abstract 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;

public abstract long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public abstract TensorDescription getTensor ()

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

パブリック抽象TensorDescriptionOrBuilder getTensorOrBuilder ()

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

public abstract boolean hasTensor ()

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