public static final class CostGraphDef.Node.OutputInfo.Builder extends com.github.os72.protobuf351.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.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
CostGraphDef.Node.OutputInfo.Builder |
clearOneof(com.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.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.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(CostGraphDef.Node.OutputInfo other) |
CostGraphDef.Node.OutputInfo.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
CostGraphDef.Node.OutputInfo.Builder |
mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3; |
CostGraphDef.Node.OutputInfo.Builder |
mergeUnknownFields(com.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
CostGraphDef.Node.OutputInfo.Builder |
setRepeatedField(com.github.os72.protobuf351.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.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic CostGraphDef.Node.OutputInfo build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic CostGraphDef.Node.OutputInfo buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic CostGraphDef.Node.OutputInfo.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder mergeFrom(CostGraphDef.Node.OutputInfo other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public CostGraphDef.Node.OutputInfo.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.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.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>public final CostGraphDef.Node.OutputInfo.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CostGraphDef.Node.OutputInfo.Builder>Copyright © 2018. All rights reserved.