MemoryLogTensorAllocationOrBuilder

interfaz pública MemoryLogTensorAllocationOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
resumen com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
abstracto largo
obtenerStepId ()
 Process-unique step id.
descripción del tensor abstracto
obtenerTensor ()
 Allocated tensor details.
resumen TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
booleano abstracto
tieneTensor ()
 Allocated tensor details.

Métodos públicos

Cadena abstracta pública getKernelName ()

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

resumen público 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 largo abstracto público ()

 Process-unique step id.
 
int64 step_id = 1;

resumen público TensorDescription getTensor ()

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

resumen público TensorDescriptionOrBuilder getTensorOrBuilder ()

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

hasTensor booleano abstracto público ()

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