MemoryLogTensorAllocationOrBuilder

interfaccia pubblica MemoryLogTensorAllocationOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
astratto com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
astratto lungo
getIdStep ()
 Process-unique step id.
TensoreDescrizione astratta
getTensore ()
 Allocated tensor details.
TensorDescriptionOrBuilder astratto
getTensorOrBuilder ()
 Allocated tensor details.
booleano astratto
haTensore ()
 Allocated tensor details.

Metodi pubblici

stringa astratta pubblica getKernelName ()

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

estratto pubblico 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;

pubblico astratto lungo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

abstract pubblico TensorDescription getTensor ()

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

estratto pubblico TensorDescriptionOrBuilder getTensorOrBuilder ()

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

hasTensor booleano astratto pubblico ()

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