MemoryLogTensorOutputOrBuilder

общедоступный интерфейс MemoryLogTensorOutputOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный int
получитьиндекс ()
 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".
абстрактный длинный
получитьStepId ()
 Process-unique step id.
абстрактное описание тензора
получитьТензор ()
 Output tensor details.
абстрактный TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
абстрактное логическое значение
имеетТензор ()
 Output tensor details.

Публичные методы

публичный абстрактный int getIndex ()

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

общедоступная абстрактная строка getKernelName ()

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

общедоступный абстрактный 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;

общедоступный абстрактный длинный getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

общедоступное абстрактное описание TensorDescription getTensor ()

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

публичный абстрактный TensorDescriptionOrBuilder getTensorOrBuilder ()

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

общедоступное абстрактное логическое значение hasTensor ()

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