MemoryLogTensorOutput.Builder

classe final pública estática MemoryLogTensorOutput.Builder

tensorflow.MemoryLogTensorOutput type tensorflow.MemoryLogTensorOutput

Métodos Públicos

MemoryLogTensorOutput.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
MemoryLogTensorOutput
build ()
MemoryLogTensorOutput
MemoryLogTensorOutput.Builder
limpar ()
MemoryLogTensorOutput.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
MemoryLogTensorOutput.Builder
clearIndex ()
 Index of the output being set.
MemoryLogTensorOutput.Builder
clearKernelName ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
MemoryLogTensorOutput.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MemoryLogTensorOutput.Builder
clearStepId ()
 Process-unique step id.
MemoryLogTensorOutput.Builder
clearTensor ()
 Output tensor details.
MemoryLogTensorOutput.Builder
clone ()
MemoryLogTensorOutput
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
int
getIndex ()
 Index of the output being set.
Fragmento
getKernelName ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
longo
getStepId ()
 Process-unique step id.
TensorDescription
getTensor ()
 Output tensor details.
TensorDescription.Builder
getTensorBuilder ()
 Output tensor details.
TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
boleano
hasTensor ()
 Output tensor details.
final booleano
MemoryLogTensorOutput.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogTensorOutput.Builder
mergeFrom (com.google.protobuf.Message other)
MemoryLogTensorOutput.Builder
mergeTensor (valor TensorDescription )
 Output tensor details.
final MemoryLogTensorOutput.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MemoryLogTensorOutput.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
MemoryLogTensorOutput.Builder
setIndex (valor int)
 Index of the output being set.
MemoryLogTensorOutput.Builder
setKernelName (valor String)
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
MemoryLogTensorOutput.Builder
setKernelNameBytes (valor com.google.protobuf.ByteString)
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
MemoryLogTensorOutput.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
MemoryLogTensorOutput.Builder
setStepId (valor longo)
 Process-unique step id.
MemoryLogTensorOutput.Builder
setTensor ( TensorDescription.Builder builderForValue)
 Output tensor details.
MemoryLogTensorOutput.Builder
setTensor (valor TensorDescription )
 Output tensor details.
final MemoryLogTensorOutput.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public MemoryLogTensorOutput.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public MemoryLogTensorOutput build ()

public MemoryLogTensorOutput buildPartial ()

public MemoryLogTensorOutput.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public MemoryLogTensorOutput.Builder clearIndex ()

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

public MemoryLogTensorOutput.Builder clearKernelName ()

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

public MemoryLogTensorOutput.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public MemoryLogTensorOutput.Builder clearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public MemoryLogTensorOutput.Builder clearTensor ()

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

public MemoryLogTensorOutput getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public int getIndex ()

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

public String getKernelName ()

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

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

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public TensorDescription getTensor ()

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

public TensorDescription.Builder getTensorBuilder ()

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

public TensorDescriptionOrBuilder getTensorOrBuilder ()

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

public boolean hasTensor ()

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

public final boolean isInitialized ()

public MemoryLogTensorOutput.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public MemoryLogTensorOutput.Builder mergeFrom (com.google.protobuf.Message other)

public MemoryLogTensorOutput.Builder mergeTensor (valor TensorDescription )

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

public final MemoryLogTensorOutput.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public MemoryLogTensorOutput.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, Object value)

public MemoryLogTensorOutput.Builder setIndex (valor int)

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

public MemoryLogTensorOutput.Builder setKernelName (String value)

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

public MemoryLogTensorOutput.Builder setKernelNameBytes (com.google.protobuf.ByteString value)

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

public MemoryLogTensorOutput.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public MemoryLogTensorOutput.Builder setStepId (valor longo)

 Process-unique step id.
 
int64 step_id = 1;

public MemoryLogTensorOutput.Builder setTensor ( TensorDescription.Builder builderForValue)

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

public MemoryLogTensorOutput.Builder setTensor (valor TensorDescription )

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

public final MemoryLogTensorOutput.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)