MemoryLogTensorAllocationOrBuilder

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

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

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

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

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

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

 Process-unique step id.
 
int64 step_id = 1;

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

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;