MemoryLogTensorAllocationOrBuilder

interface pública MemoryLogTensorAllocationOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
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".
abstrato longo
getStepId ()
 Process-unique step id.
Resumo TensorDescription
getTensor ()
 Allocated tensor details.
TensorDescriptionOrBuilder abstrato
getTensorOrBuilder ()
 Allocated tensor details.
booleano abstrato
hasTensor ()
 Allocated tensor details.

Métodos Públicos

public abstract String getKernelName ()

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

public abstract 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;

public abstract long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public abstract TensorDescription getTensor ()

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

public abstract TensorDescriptionOrBuilder getTensorOrBuilder ()

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

public abstract boolean hasTensor ()

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