public static final class CostGraphDef.Node.OutputInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder> implements CostGraphDef.Node.OutputInfoOrBuilder
Outputs of this node.Protobuf type
tensorflow.CostGraphDef.Node.OutputInfo| Modifier and Type | Method and Description |
|---|---|
CostGraphDef.Node.OutputInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CostGraphDef.Node.OutputInfo |
build() |
CostGraphDef.Node.OutputInfo |
buildPartial() |
CostGraphDef.Node.OutputInfo.Builder |
clear() |
CostGraphDef.Node.OutputInfo.Builder |
clearAliasInputPort()
If >= 0, the output is an alias of an input.
|
CostGraphDef.Node.OutputInfo.Builder |
clearDtype()
.tensorflow.DataType dtype = 4; |
CostGraphDef.Node.OutputInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CostGraphDef.Node.OutputInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CostGraphDef.Node.OutputInfo.Builder |
clearShape()
.tensorflow.TensorShapeProto shape = 3; |
CostGraphDef.Node.OutputInfo.Builder |
clearSize()
int64 size = 1; |
CostGraphDef.Node.OutputInfo.Builder |
clone() |
long |
getAliasInputPort()
If >= 0, the output is an alias of an input.
|
CostGraphDef.Node.OutputInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DataType |
getDtype()
.tensorflow.DataType dtype = 4; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 4; |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProto.Builder |
getShapeBuilder()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3; |
long |
getSize()
int64 size = 1; |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(CostGraphDef.Node.OutputInfo other) |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
CostGraphDef.Node.OutputInfo.Builder |
mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3; |
CostGraphDef.Node.OutputInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CostGraphDef.Node.OutputInfo.Builder |
setAliasInputPort(long value)
If >= 0, the output is an alias of an input.
|
CostGraphDef.Node.OutputInfo.Builder |
setDtype(DataType value)
.tensorflow.DataType dtype = 4; |
CostGraphDef.Node.OutputInfo.Builder |
setDtypeValue(int value)
.tensorflow.DataType dtype = 4; |
CostGraphDef.Node.OutputInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CostGraphDef.Node.OutputInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CostGraphDef.Node.OutputInfo.Builder |
setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 3; |
CostGraphDef.Node.OutputInfo.Builder |
setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3; |
CostGraphDef.Node.OutputInfo.Builder |
setSize(long value)
int64 size = 1; |
CostGraphDef.Node.OutputInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CostGraphDef.Node.OutputInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CostGraphDef.Node.OutputInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CostGraphDef.Node.OutputInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder mergeFrom(CostGraphDef.Node.OutputInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CostGraphDef.Node.OutputInfo.Builder>IOExceptionpublic long getSize()
int64 size = 1;getSize in interface CostGraphDef.Node.OutputInfoOrBuilderpublic CostGraphDef.Node.OutputInfo.Builder setSize(long value)
int64 size = 1;public CostGraphDef.Node.OutputInfo.Builder clearSize()
int64 size = 1;public long getAliasInputPort()
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;getAliasInputPort in interface CostGraphDef.Node.OutputInfoOrBuilderpublic CostGraphDef.Node.OutputInfo.Builder setAliasInputPort(long value)
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;public CostGraphDef.Node.OutputInfo.Builder clearAliasInputPort()
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
int64 alias_input_port = 2;public boolean hasShape()
.tensorflow.TensorShapeProto shape = 3;hasShape in interface CostGraphDef.Node.OutputInfoOrBuilderpublic TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 3;getShape in interface CostGraphDef.Node.OutputInfoOrBuilderpublic CostGraphDef.Node.OutputInfo.Builder setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3;public CostGraphDef.Node.OutputInfo.Builder setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 3;public CostGraphDef.Node.OutputInfo.Builder mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3;public CostGraphDef.Node.OutputInfo.Builder clearShape()
.tensorflow.TensorShapeProto shape = 3;public TensorShapeProto.Builder getShapeBuilder()
.tensorflow.TensorShapeProto shape = 3;public TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3;getShapeOrBuilder in interface CostGraphDef.Node.OutputInfoOrBuilderpublic int getDtypeValue()
.tensorflow.DataType dtype = 4;getDtypeValue in interface CostGraphDef.Node.OutputInfoOrBuilderpublic CostGraphDef.Node.OutputInfo.Builder setDtypeValue(int value)
.tensorflow.DataType dtype = 4;public DataType getDtype()
.tensorflow.DataType dtype = 4;getDtype in interface CostGraphDef.Node.OutputInfoOrBuilderpublic CostGraphDef.Node.OutputInfo.Builder setDtype(DataType value)
.tensorflow.DataType dtype = 4;public CostGraphDef.Node.OutputInfo.Builder clearDtype()
.tensorflow.DataType dtype = 4;public final CostGraphDef.Node.OutputInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public final CostGraphDef.Node.OutputInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>Copyright © 2015–2017. All rights reserved.