Package org.tensorflow.framework
Class OpDef.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
- org.tensorflow.framework.OpDef.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,OpDefOrBuilder
- Enclosing class:
- OpDef
public static final class OpDef.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder> implements OpDefOrBuilder
Defines an operation. A NodeDef in a GraphDef specifies an Op by using the "op" field which should match the name of a OpDef. LINT.IfChange
Protobuf typetensorflow.OpDef
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OpDef.BuilderaddAllAttr(java.lang.Iterable<? extends OpDef.AttrDef> values)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderaddAllControlOutput(java.lang.Iterable<java.lang.String> values)Named control outputs for this operation.OpDef.BuilderaddAllInputArg(java.lang.Iterable<? extends OpDef.ArgDef> values)Description of the input(s).OpDef.BuilderaddAllOutputArg(java.lang.Iterable<? extends OpDef.ArgDef> values)Description of the output(s).OpDef.BuilderaddAttr(int index, OpDef.AttrDef value)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderaddAttr(int index, OpDef.AttrDef.Builder builderForValue)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderaddAttr(OpDef.AttrDef value)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderaddAttr(OpDef.AttrDef.Builder builderForValue)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDef.BuilderaddAttrBuilder()repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDef.BuilderaddAttrBuilder(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderaddControlOutput(java.lang.String value)Named control outputs for this operation.OpDef.BuilderaddControlOutputBytes(com.google.protobuf.ByteString value)Named control outputs for this operation.OpDef.BuilderaddInputArg(int index, OpDef.ArgDef value)Description of the input(s).OpDef.BuilderaddInputArg(int index, OpDef.ArgDef.Builder builderForValue)Description of the input(s).OpDef.BuilderaddInputArg(OpDef.ArgDef value)Description of the input(s).OpDef.BuilderaddInputArg(OpDef.ArgDef.Builder builderForValue)Description of the input(s).OpDef.ArgDef.BuilderaddInputArgBuilder()Description of the input(s).OpDef.ArgDef.BuilderaddInputArgBuilder(int index)Description of the input(s).OpDef.BuilderaddOutputArg(int index, OpDef.ArgDef value)Description of the output(s).OpDef.BuilderaddOutputArg(int index, OpDef.ArgDef.Builder builderForValue)Description of the output(s).OpDef.BuilderaddOutputArg(OpDef.ArgDef value)Description of the output(s).OpDef.BuilderaddOutputArg(OpDef.ArgDef.Builder builderForValue)Description of the output(s).OpDef.ArgDef.BuilderaddOutputArgBuilder()Description of the output(s).OpDef.ArgDef.BuilderaddOutputArgBuilder(int index)Description of the output(s).OpDef.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)OpDefbuild()OpDefbuildPartial()OpDef.Builderclear()OpDef.BuilderclearAllowsUninitializedInput()By default, all inputs to an Op must be initialized Tensors.OpDef.BuilderclearAttr()repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderclearControlOutput()Named control outputs for this operation.OpDef.BuilderclearDeprecation()Optional deprecation based on GraphDef versions.OpDef.BuilderclearDescription()Additional, longer human-readable description of what the Op does.OpDef.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)OpDef.BuilderclearInputArg()Description of the input(s).OpDef.BuilderclearIsAggregate()If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.OpDef.BuilderclearIsCommutative()True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)OpDef.BuilderclearIsStateful()Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g.OpDef.BuilderclearName()Op names starting with an underscore are reserved for internal use.OpDef.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)OpDef.BuilderclearOutputArg()Description of the output(s).OpDef.BuilderclearSummary()One-line human-readable description of what the Op does.OpDef.Builderclone()booleangetAllowsUninitializedInput()By default, all inputs to an Op must be initialized Tensors.OpDef.AttrDefgetAttr(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDef.BuildergetAttrBuilder(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;java.util.List<OpDef.AttrDef.Builder>getAttrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;intgetAttrCount()repeated .tensorflow.OpDef.AttrDef attr = 4;java.util.List<OpDef.AttrDef>getAttrList()repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDefOrBuildergetAttrOrBuilder(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;java.util.List<? extends OpDef.AttrDefOrBuilder>getAttrOrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;java.lang.StringgetControlOutput(int index)Named control outputs for this operation.com.google.protobuf.ByteStringgetControlOutputBytes(int index)Named control outputs for this operation.intgetControlOutputCount()Named control outputs for this operation.com.google.protobuf.ProtocolStringListgetControlOutputList()Named control outputs for this operation.OpDefgetDefaultInstanceForType()OpDeprecationgetDeprecation()Optional deprecation based on GraphDef versions.OpDeprecation.BuildergetDeprecationBuilder()Optional deprecation based on GraphDef versions.OpDeprecationOrBuildergetDeprecationOrBuilder()Optional deprecation based on GraphDef versions.java.lang.StringgetDescription()Additional, longer human-readable description of what the Op does.com.google.protobuf.ByteStringgetDescriptionBytes()Additional, longer human-readable description of what the Op does.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()OpDef.ArgDefgetInputArg(int index)Description of the input(s).OpDef.ArgDef.BuildergetInputArgBuilder(int index)Description of the input(s).java.util.List<OpDef.ArgDef.Builder>getInputArgBuilderList()Description of the input(s).intgetInputArgCount()Description of the input(s).java.util.List<OpDef.ArgDef>getInputArgList()Description of the input(s).OpDef.ArgDefOrBuildergetInputArgOrBuilder(int index)Description of the input(s).java.util.List<? extends OpDef.ArgDefOrBuilder>getInputArgOrBuilderList()Description of the input(s).booleangetIsAggregate()If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.booleangetIsCommutative()True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)booleangetIsStateful()Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g.java.lang.StringgetName()Op names starting with an underscore are reserved for internal use.com.google.protobuf.ByteStringgetNameBytes()Op names starting with an underscore are reserved for internal use.OpDef.ArgDefgetOutputArg(int index)Description of the output(s).OpDef.ArgDef.BuildergetOutputArgBuilder(int index)Description of the output(s).java.util.List<OpDef.ArgDef.Builder>getOutputArgBuilderList()Description of the output(s).intgetOutputArgCount()Description of the output(s).java.util.List<OpDef.ArgDef>getOutputArgList()Description of the output(s).OpDef.ArgDefOrBuildergetOutputArgOrBuilder(int index)Description of the output(s).java.util.List<? extends OpDef.ArgDefOrBuilder>getOutputArgOrBuilderList()Description of the output(s).java.lang.StringgetSummary()One-line human-readable description of what the Op does.com.google.protobuf.ByteStringgetSummaryBytes()One-line human-readable description of what the Op does.booleanhasDeprecation()Optional deprecation based on GraphDef versions.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()OpDef.BuildermergeDeprecation(OpDeprecation value)Optional deprecation based on GraphDef versions.OpDef.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)OpDef.BuildermergeFrom(com.google.protobuf.Message other)OpDef.BuildermergeFrom(OpDef other)OpDef.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)OpDef.BuilderremoveAttr(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderremoveInputArg(int index)Description of the input(s).OpDef.BuilderremoveOutputArg(int index)Description of the output(s).OpDef.BuildersetAllowsUninitializedInput(boolean value)By default, all inputs to an Op must be initialized Tensors.OpDef.BuildersetAttr(int index, OpDef.AttrDef value)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuildersetAttr(int index, OpDef.AttrDef.Builder builderForValue)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuildersetControlOutput(int index, java.lang.String value)Named control outputs for this operation.OpDef.BuildersetDeprecation(OpDeprecation value)Optional deprecation based on GraphDef versions.OpDef.BuildersetDeprecation(OpDeprecation.Builder builderForValue)Optional deprecation based on GraphDef versions.OpDef.BuildersetDescription(java.lang.String value)Additional, longer human-readable description of what the Op does.OpDef.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)Additional, longer human-readable description of what the Op does.OpDef.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)OpDef.BuildersetInputArg(int index, OpDef.ArgDef value)Description of the input(s).OpDef.BuildersetInputArg(int index, OpDef.ArgDef.Builder builderForValue)Description of the input(s).OpDef.BuildersetIsAggregate(boolean value)If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.OpDef.BuildersetIsCommutative(boolean value)True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)OpDef.BuildersetIsStateful(boolean value)Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g.OpDef.BuildersetName(java.lang.String value)Op names starting with an underscore are reserved for internal use.OpDef.BuildersetNameBytes(com.google.protobuf.ByteString value)Op names starting with an underscore are reserved for internal use.OpDef.BuildersetOutputArg(int index, OpDef.ArgDef value)Description of the output(s).OpDef.BuildersetOutputArg(int index, OpDef.ArgDef.Builder builderForValue)Description of the output(s).OpDef.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)OpDef.BuildersetSummary(java.lang.String value)One-line human-readable description of what the Op does.OpDef.BuildersetSummaryBytes(com.google.protobuf.ByteString value)One-line human-readable description of what the Op does.OpDef.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
clear
public OpDef.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
getDefaultInstanceForType
public OpDef getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public OpDef build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public OpDef buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public OpDef.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
setField
public OpDef.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
clearField
public OpDef.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
clearOneof
public OpDef.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
setRepeatedField
public OpDef.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
addRepeatedField
public OpDef.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
mergeFrom
public OpDef.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<OpDef.Builder>
-
mergeFrom
public OpDef.Builder mergeFrom(OpDef other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
mergeFrom
public OpDef.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<OpDef.Builder>- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
Op names starting with an underscore are reserved for internal use. Names should be CamelCase and match the regexp "[A-Z][a-zA-Z0-9>_]*".
string name = 1;- Specified by:
getNamein interfaceOpDefOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Op names starting with an underscore are reserved for internal use. Names should be CamelCase and match the regexp "[A-Z][a-zA-Z0-9>_]*".
string name = 1;- Specified by:
getNameBytesin interfaceOpDefOrBuilder- Returns:
- The bytes for name.
-
setName
public OpDef.Builder setName(java.lang.String value)
Op names starting with an underscore are reserved for internal use. Names should be CamelCase and match the regexp "[A-Z][a-zA-Z0-9>_]*".
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public OpDef.Builder clearName()
Op names starting with an underscore are reserved for internal use. Names should be CamelCase and match the regexp "[A-Z][a-zA-Z0-9>_]*".
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public OpDef.Builder setNameBytes(com.google.protobuf.ByteString value)
Op names starting with an underscore are reserved for internal use. Names should be CamelCase and match the regexp "[A-Z][a-zA-Z0-9>_]*".
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getInputArgList
public java.util.List<OpDef.ArgDef> getInputArgList()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;- Specified by:
getInputArgListin interfaceOpDefOrBuilder
-
getInputArgCount
public int getInputArgCount()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;- Specified by:
getInputArgCountin interfaceOpDefOrBuilder
-
getInputArg
public OpDef.ArgDef getInputArg(int index)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;- Specified by:
getInputArgin interfaceOpDefOrBuilder
-
setInputArg
public OpDef.Builder setInputArg(int index, OpDef.ArgDef value)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
setInputArg
public OpDef.Builder setInputArg(int index, OpDef.ArgDef.Builder builderForValue)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
addInputArg
public OpDef.Builder addInputArg(OpDef.ArgDef value)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
addInputArg
public OpDef.Builder addInputArg(int index, OpDef.ArgDef value)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
addInputArg
public OpDef.Builder addInputArg(OpDef.ArgDef.Builder builderForValue)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
addInputArg
public OpDef.Builder addInputArg(int index, OpDef.ArgDef.Builder builderForValue)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
addAllInputArg
public OpDef.Builder addAllInputArg(java.lang.Iterable<? extends OpDef.ArgDef> values)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
clearInputArg
public OpDef.Builder clearInputArg()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
removeInputArg
public OpDef.Builder removeInputArg(int index)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
getInputArgBuilder
public OpDef.ArgDef.Builder getInputArgBuilder(int index)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
getInputArgOrBuilder
public OpDef.ArgDefOrBuilder getInputArgOrBuilder(int index)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;- Specified by:
getInputArgOrBuilderin interfaceOpDefOrBuilder
-
getInputArgOrBuilderList
public java.util.List<? extends OpDef.ArgDefOrBuilder> getInputArgOrBuilderList()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;- Specified by:
getInputArgOrBuilderListin interfaceOpDefOrBuilder
-
addInputArgBuilder
public OpDef.ArgDef.Builder addInputArgBuilder()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
addInputArgBuilder
public OpDef.ArgDef.Builder addInputArgBuilder(int index)
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
getInputArgBuilderList
public java.util.List<OpDef.ArgDef.Builder> getInputArgBuilderList()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
-
getOutputArgList
public java.util.List<OpDef.ArgDef> getOutputArgList()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;- Specified by:
getOutputArgListin interfaceOpDefOrBuilder
-
getOutputArgCount
public int getOutputArgCount()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;- Specified by:
getOutputArgCountin interfaceOpDefOrBuilder
-
getOutputArg
public OpDef.ArgDef getOutputArg(int index)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;- Specified by:
getOutputArgin interfaceOpDefOrBuilder
-
setOutputArg
public OpDef.Builder setOutputArg(int index, OpDef.ArgDef value)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
setOutputArg
public OpDef.Builder setOutputArg(int index, OpDef.ArgDef.Builder builderForValue)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
addOutputArg
public OpDef.Builder addOutputArg(OpDef.ArgDef value)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
addOutputArg
public OpDef.Builder addOutputArg(int index, OpDef.ArgDef value)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
addOutputArg
public OpDef.Builder addOutputArg(OpDef.ArgDef.Builder builderForValue)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
addOutputArg
public OpDef.Builder addOutputArg(int index, OpDef.ArgDef.Builder builderForValue)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
addAllOutputArg
public OpDef.Builder addAllOutputArg(java.lang.Iterable<? extends OpDef.ArgDef> values)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
clearOutputArg
public OpDef.Builder clearOutputArg()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
removeOutputArg
public OpDef.Builder removeOutputArg(int index)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
getOutputArgBuilder
public OpDef.ArgDef.Builder getOutputArgBuilder(int index)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
getOutputArgOrBuilder
public OpDef.ArgDefOrBuilder getOutputArgOrBuilder(int index)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;- Specified by:
getOutputArgOrBuilderin interfaceOpDefOrBuilder
-
getOutputArgOrBuilderList
public java.util.List<? extends OpDef.ArgDefOrBuilder> getOutputArgOrBuilderList()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;- Specified by:
getOutputArgOrBuilderListin interfaceOpDefOrBuilder
-
addOutputArgBuilder
public OpDef.ArgDef.Builder addOutputArgBuilder()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
addOutputArgBuilder
public OpDef.ArgDef.Builder addOutputArgBuilder(int index)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
getOutputArgBuilderList
public java.util.List<OpDef.ArgDef.Builder> getOutputArgBuilderList()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
-
getControlOutputList
public com.google.protobuf.ProtocolStringList getControlOutputList()
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Specified by:
getControlOutputListin interfaceOpDefOrBuilder- Returns:
- A list containing the controlOutput.
-
getControlOutputCount
public int getControlOutputCount()
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Specified by:
getControlOutputCountin interfaceOpDefOrBuilder- Returns:
- The count of controlOutput.
-
getControlOutput
public java.lang.String getControlOutput(int index)
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Specified by:
getControlOutputin interfaceOpDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The controlOutput at the given index.
-
getControlOutputBytes
public com.google.protobuf.ByteString getControlOutputBytes(int index)
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Specified by:
getControlOutputBytesin interfaceOpDefOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the controlOutput at the given index.
-
setControlOutput
public OpDef.Builder setControlOutput(int index, java.lang.String value)
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Parameters:
index- The index to set the value at.value- The controlOutput to set.- Returns:
- This builder for chaining.
-
addControlOutput
public OpDef.Builder addControlOutput(java.lang.String value)
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Parameters:
value- The controlOutput to add.- Returns:
- This builder for chaining.
-
addAllControlOutput
public OpDef.Builder addAllControlOutput(java.lang.Iterable<java.lang.String> values)
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Parameters:
values- The controlOutput to add.- Returns:
- This builder for chaining.
-
clearControlOutput
public OpDef.Builder clearControlOutput()
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Returns:
- This builder for chaining.
-
addControlOutputBytes
public OpDef.Builder addControlOutputBytes(com.google.protobuf.ByteString value)
Named control outputs for this operation. Useful only for composite operations (i.e. functions) which want to name different control outputs.
repeated string control_output = 20;- Parameters:
value- The bytes of the controlOutput to add.- Returns:
- This builder for chaining.
-
getAttrList
public java.util.List<OpDef.AttrDef> getAttrList()
repeated .tensorflow.OpDef.AttrDef attr = 4;- Specified by:
getAttrListin interfaceOpDefOrBuilder
-
getAttrCount
public int getAttrCount()
repeated .tensorflow.OpDef.AttrDef attr = 4;- Specified by:
getAttrCountin interfaceOpDefOrBuilder
-
getAttr
public OpDef.AttrDef getAttr(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4;- Specified by:
getAttrin interfaceOpDefOrBuilder
-
setAttr
public OpDef.Builder setAttr(int index, OpDef.AttrDef value)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
setAttr
public OpDef.Builder setAttr(int index, OpDef.AttrDef.Builder builderForValue)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
addAttr
public OpDef.Builder addAttr(OpDef.AttrDef value)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
addAttr
public OpDef.Builder addAttr(int index, OpDef.AttrDef value)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
addAttr
public OpDef.Builder addAttr(OpDef.AttrDef.Builder builderForValue)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
addAttr
public OpDef.Builder addAttr(int index, OpDef.AttrDef.Builder builderForValue)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
addAllAttr
public OpDef.Builder addAllAttr(java.lang.Iterable<? extends OpDef.AttrDef> values)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
clearAttr
public OpDef.Builder clearAttr()
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
removeAttr
public OpDef.Builder removeAttr(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
getAttrBuilder
public OpDef.AttrDef.Builder getAttrBuilder(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
getAttrOrBuilder
public OpDef.AttrDefOrBuilder getAttrOrBuilder(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4;- Specified by:
getAttrOrBuilderin interfaceOpDefOrBuilder
-
getAttrOrBuilderList
public java.util.List<? extends OpDef.AttrDefOrBuilder> getAttrOrBuilderList()
repeated .tensorflow.OpDef.AttrDef attr = 4;- Specified by:
getAttrOrBuilderListin interfaceOpDefOrBuilder
-
addAttrBuilder
public OpDef.AttrDef.Builder addAttrBuilder()
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
addAttrBuilder
public OpDef.AttrDef.Builder addAttrBuilder(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
getAttrBuilderList
public java.util.List<OpDef.AttrDef.Builder> getAttrBuilderList()
repeated .tensorflow.OpDef.AttrDef attr = 4;
-
hasDeprecation
public boolean hasDeprecation()
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;- Specified by:
hasDeprecationin interfaceOpDefOrBuilder- Returns:
- Whether the deprecation field is set.
-
getDeprecation
public OpDeprecation getDeprecation()
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;- Specified by:
getDeprecationin interfaceOpDefOrBuilder- Returns:
- The deprecation.
-
setDeprecation
public OpDef.Builder setDeprecation(OpDeprecation value)
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;
-
setDeprecation
public OpDef.Builder setDeprecation(OpDeprecation.Builder builderForValue)
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;
-
mergeDeprecation
public OpDef.Builder mergeDeprecation(OpDeprecation value)
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;
-
clearDeprecation
public OpDef.Builder clearDeprecation()
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;
-
getDeprecationBuilder
public OpDeprecation.Builder getDeprecationBuilder()
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;
-
getDeprecationOrBuilder
public OpDeprecationOrBuilder getDeprecationOrBuilder()
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;- Specified by:
getDeprecationOrBuilderin interfaceOpDefOrBuilder
-
getSummary
public java.lang.String getSummary()
One-line human-readable description of what the Op does.
string summary = 5;- Specified by:
getSummaryin interfaceOpDefOrBuilder- Returns:
- The summary.
-
getSummaryBytes
public com.google.protobuf.ByteString getSummaryBytes()
One-line human-readable description of what the Op does.
string summary = 5;- Specified by:
getSummaryBytesin interfaceOpDefOrBuilder- Returns:
- The bytes for summary.
-
setSummary
public OpDef.Builder setSummary(java.lang.String value)
One-line human-readable description of what the Op does.
string summary = 5;- Parameters:
value- The summary to set.- Returns:
- This builder for chaining.
-
clearSummary
public OpDef.Builder clearSummary()
One-line human-readable description of what the Op does.
string summary = 5;- Returns:
- This builder for chaining.
-
setSummaryBytes
public OpDef.Builder setSummaryBytes(com.google.protobuf.ByteString value)
One-line human-readable description of what the Op does.
string summary = 5;- Parameters:
value- The bytes for summary to set.- Returns:
- This builder for chaining.
-
getDescription
public java.lang.String getDescription()
Additional, longer human-readable description of what the Op does.
string description = 6;- Specified by:
getDescriptionin interfaceOpDefOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Additional, longer human-readable description of what the Op does.
string description = 6;- Specified by:
getDescriptionBytesin interfaceOpDefOrBuilder- Returns:
- The bytes for description.
-
setDescription
public OpDef.Builder setDescription(java.lang.String value)
Additional, longer human-readable description of what the Op does.
string description = 6;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public OpDef.Builder clearDescription()
Additional, longer human-readable description of what the Op does.
string description = 6;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public OpDef.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Additional, longer human-readable description of what the Op does.
string description = 6;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getIsCommutative
public boolean getIsCommutative()
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)bool is_commutative = 18;- Specified by:
getIsCommutativein interfaceOpDefOrBuilder- Returns:
- The isCommutative.
-
setIsCommutative
public OpDef.Builder setIsCommutative(boolean value)
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)bool is_commutative = 18;- Parameters:
value- The isCommutative to set.- Returns:
- This builder for chaining.
-
clearIsCommutative
public OpDef.Builder clearIsCommutative()
True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)bool is_commutative = 18;- Returns:
- This builder for chaining.
-
getIsAggregate
public boolean getIsAggregate()
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type. Should be associative and commutative, and produce output with the same shape as the input. The optimizer may replace an aggregate op taking input from multiple devices with a tree of aggregate ops that aggregate locally within each device (and possibly within groups of nearby devices) before communicating. TODO(josh11b): Implement that optimization.
bool is_aggregate = 16;- Specified by:
getIsAggregatein interfaceOpDefOrBuilder- Returns:
- The isAggregate.
-
setIsAggregate
public OpDef.Builder setIsAggregate(boolean value)
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type. Should be associative and commutative, and produce output with the same shape as the input. The optimizer may replace an aggregate op taking input from multiple devices with a tree of aggregate ops that aggregate locally within each device (and possibly within groups of nearby devices) before communicating. TODO(josh11b): Implement that optimization.
bool is_aggregate = 16;- Parameters:
value- The isAggregate to set.- Returns:
- This builder for chaining.
-
clearIsAggregate
public OpDef.Builder clearIsAggregate()
If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type. Should be associative and commutative, and produce output with the same shape as the input. The optimizer may replace an aggregate op taking input from multiple devices with a tree of aggregate ops that aggregate locally within each device (and possibly within groups of nearby devices) before communicating. TODO(josh11b): Implement that optimization.
bool is_aggregate = 16;- Returns:
- This builder for chaining.
-
getIsStateful
public boolean getIsStateful()
Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g. variable reading op) or if they have a side-effect (e.g. printing or asserting ops). Equivalently, stateless ops must always produce the same output for the same input and have no side-effects. By default Ops may be moved between devices. Stateful ops should either not be moved, or should only be moved if that state can also be moved (e.g. via some sort of save / restore). Stateful ops are guaranteed to never be optimized away by Common Subexpression Elimination (CSE).
bool is_stateful = 17;- Specified by:
getIsStatefulin interfaceOpDefOrBuilder- Returns:
- The isStateful.
-
setIsStateful
public OpDef.Builder setIsStateful(boolean value)
Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g. variable reading op) or if they have a side-effect (e.g. printing or asserting ops). Equivalently, stateless ops must always produce the same output for the same input and have no side-effects. By default Ops may be moved between devices. Stateful ops should either not be moved, or should only be moved if that state can also be moved (e.g. via some sort of save / restore). Stateful ops are guaranteed to never be optimized away by Common Subexpression Elimination (CSE).
bool is_stateful = 17;- Parameters:
value- The isStateful to set.- Returns:
- This builder for chaining.
-
clearIsStateful
public OpDef.Builder clearIsStateful()
Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g. variable reading op) or if they have a side-effect (e.g. printing or asserting ops). Equivalently, stateless ops must always produce the same output for the same input and have no side-effects. By default Ops may be moved between devices. Stateful ops should either not be moved, or should only be moved if that state can also be moved (e.g. via some sort of save / restore). Stateful ops are guaranteed to never be optimized away by Common Subexpression Elimination (CSE).
bool is_stateful = 17;- Returns:
- This builder for chaining.
-
getAllowsUninitializedInput
public boolean getAllowsUninitializedInput()
By default, all inputs to an Op must be initialized Tensors. Ops that may initialize tensors for the first time should set this field to true, to allow the Op to take an uninitialized Tensor as input.
bool allows_uninitialized_input = 19;- Specified by:
getAllowsUninitializedInputin interfaceOpDefOrBuilder- Returns:
- The allowsUninitializedInput.
-
setAllowsUninitializedInput
public OpDef.Builder setAllowsUninitializedInput(boolean value)
By default, all inputs to an Op must be initialized Tensors. Ops that may initialize tensors for the first time should set this field to true, to allow the Op to take an uninitialized Tensor as input.
bool allows_uninitialized_input = 19;- Parameters:
value- The allowsUninitializedInput to set.- Returns:
- This builder for chaining.
-
clearAllowsUninitializedInput
public OpDef.Builder clearAllowsUninitializedInput()
By default, all inputs to an Op must be initialized Tensors. Ops that may initialize tensors for the first time should set this field to true, to allow the Op to take an uninitialized Tensor as input.
bool allows_uninitialized_input = 19;- Returns:
- This builder for chaining.
-
setUnknownFields
public final OpDef.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
mergeUnknownFields
public final OpDef.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<OpDef.Builder>
-
-