MemoryLogTensorAllocationOrBuilder

genel arayüz MemoryLogTensorAllocationOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
abstract com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
soyut uzun
getStepId ()
 Process-unique step id.
soyut Tensör Açıklaması
getTensor ()
 Allocated tensor details.
özet TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
soyut boole
hasTensör ()
 Allocated tensor details.

Genel Yöntemler

genel özet Dize getKernelName ()

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

genel özet 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;

genel özet uzun getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

genel özet TensorDescription getTensor ()

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

genel özet TensorDescriptionOrBuilder getTensorOrBuilder ()

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

genel soyut boolean hasTensor ()

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