MemoryLogTensorOutputOrBuilder

interfejs publiczny MemoryLogTensorOutputOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie wew
pobierzIndeks ()
 Index of the output being set.
abstrakcyjny ciąg
pobierz nazwę jądra ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
streszczenie com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
abstrakcyjne, długie
pobierzIdKroku ()
 Process-unique step id.
abstrakcyjny opis tensora
pobierz Tensor ()
 Output tensor details.
streszczenie TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
abstrakcyjna wartość logiczna
maTensor ()
 Output tensor details.

Metody publiczne

publiczne streszczenie int getIndex ()

 Index of the output being set.
 
int32 index = 3;

publiczny ciąg abstrakcyjny getKernelName ()

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

publiczna abstrakcja com.google.protobuf.ByteString getKernelNameBytes ()

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

publiczne streszczenie długie getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

publiczne streszczenie TensorDescription getTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

publiczne streszczenie TensorDescriptionOrBuilder getTensorOrBuilder ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

publiczna wartość logiczna abstrakcyjna hasTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;