NodeOutput.Builder

public static final class NodeOutput.Builder

 Output sizes recorded for a single execution of a graph node.
 
Protobuf type tensorflow.NodeOutput

Public Methods

NodeOutput.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
NodeOutput
build()
NodeOutput
NodeOutput.Builder
clear()
NodeOutput.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
NodeOutput.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
NodeOutput.Builder
clearSlot()
int32 slot = 1;
NodeOutput.Builder
clearTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;
NodeOutput.Builder
clone()
NodeOutput
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
int
getSlot()
int32 slot = 1;
TensorDescription
getTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;
TensorDescription.Builder
getTensorDescriptionBuilder()
.tensorflow.TensorDescription tensor_description = 3;
TensorDescriptionOrBuilder
getTensorDescriptionOrBuilder()
.tensorflow.TensorDescription tensor_description = 3;
boolean
hasTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;
final boolean
NodeOutput.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeOutput.Builder
mergeFrom(com.google.protobuf.Message other)
NodeOutput.Builder
mergeTensorDescription(TensorDescription value)
.tensorflow.TensorDescription tensor_description = 3;
final NodeOutput.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
NodeOutput.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
NodeOutput.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
NodeOutput.Builder
setSlot(int value)
int32 slot = 1;
NodeOutput.Builder
setTensorDescription(TensorDescription.Builder builderForValue)
.tensorflow.TensorDescription tensor_description = 3;
NodeOutput.Builder
setTensorDescription(TensorDescription value)
.tensorflow.TensorDescription tensor_description = 3;
final NodeOutput.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public NodeOutput.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public NodeOutput build ()

public NodeOutput buildPartial ()

public NodeOutput.Builder clear ()

public NodeOutput.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

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

public NodeOutput.Builder clearSlot ()

int32 slot = 1;

public NodeOutput.Builder clearTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public NodeOutput.Builder clone ()

public NodeOutput getDefaultInstanceForType ()

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

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

public int getSlot ()

int32 slot = 1;

public TensorDescription getTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public TensorDescription.Builder getTensorDescriptionBuilder ()

.tensorflow.TensorDescription tensor_description = 3;

public TensorDescriptionOrBuilder getTensorDescriptionOrBuilder ()

.tensorflow.TensorDescription tensor_description = 3;

public boolean hasTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public final boolean isInitialized ()

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

Throws
IOException

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

public NodeOutput.Builder mergeTensorDescription (TensorDescription value)

.tensorflow.TensorDescription tensor_description = 3;

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

public NodeOutput.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

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

public NodeOutput.Builder setSlot (int value)

int32 slot = 1;

public NodeOutput.Builder setTensorDescription (TensorDescription.Builder builderForValue)

.tensorflow.TensorDescription tensor_description = 3;

public NodeOutput.Builder setTensorDescription (TensorDescription value)

.tensorflow.TensorDescription tensor_description = 3;

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