OpDef.Builder

パブリック静的最終クラスOpD​​ef.Builder

 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 型tensorflow.OpDef

パブリックメソッド

OpDef.Builder
addAllAttr (Iterable<? extends OpDef.AttrDef > 値)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
addAllControlOutput (Iterable<String> 値)
 Named control outputs for this operation.
OpDef.Builder
addAllInputArg (Iterable<? extends OpDef.ArgDef > 値)
 Description of the input(s).
OpDef.Builder
addAllOutputArg (Iterable<? extends OpDef.ArgDef > 値)
 Description of the output(s).
OpDef.Builder
addAttr ( OpDef.AttrDef.Builder builderForValue)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
addAttr (int インデックス、 OpDef.AttrDef.Builder builderForValue)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
addAttr ( OpDef.AttrDef値)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
addAttr (int インデックス、 OpDef.AttrDef値)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.AttrDef.Builder
addAttrBuilder ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.AttrDef.Builder
addAttrBuilder (int インデックス)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
addControlOutput (文字列値)
 Named control outputs for this operation.
OpDef.Builder
addControlOutputBytes (com.google.protobuf.ByteString 値)
 Named control outputs for this operation.
OpDef.Builder
addInputArg ( OpDef.ArgDef.Builder builderForValue)
 Description of the input(s).
OpDef.Builder
addInputArg (int インデックス、 OpDef.ArgDef値)
 Description of the input(s).
OpDef.Builder
addInputArg ( OpDef.ArgDef値)
 Description of the input(s).
OpDef.Builder
addInputArg (int インデックス、 OpDef.ArgDef.Builder builderForValue)
 Description of the input(s).
OpDef.ArgDef.Builder
addInputArgBuilder ()
 Description of the input(s).
OpDef.ArgDef.Builder
addInputArgBuilder (int インデックス)
 Description of the input(s).
OpDef.Builder
addOutputArg (int インデックス、 OpDef.ArgDef.Builder builderForValue)
 Description of the output(s).
OpDef.Builder
addOutputArg ( OpDef.ArgDef.Builder builderForValue)
 Description of the output(s).
OpDef.Builder
addOutputArg (int インデックス、 OpDef.ArgDef値)
 Description of the output(s).
OpDef.Builder
addOutputArg ( OpDef.ArgDef値)
 Description of the output(s).
OpDef.ArgDef.Builder
addOutputArgBuilder (int インデックス)
 Description of the output(s).
OpDef.ArgDef.Builder
addOutputArgBuilder ()
 Description of the output(s).
OpDef.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
作戦防御
建てる()
作戦防御
OpDef.Builder
クリア()
OpDef.Builder
clearAllowsUninitializedInput ()
 By default, all inputs to an Op must be initialized Tensors.
OpDef.Builder
クリア属性()
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
クリアコントロール出力()
 Named control outputs for this operation.
OpDef.Builder
クリア非推奨()
 Optional deprecation based on GraphDef versions.
OpDef.Builder
クリア説明()
 Additional, longer human-readable description of what the Op does.
OpDef.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
OpDef.Builder
ClearInputArg ()
 Description of the input(s).
OpDef.Builder
clearIsAggregate ()
 If is_aggregate is true, then this operation accepts N >= 2
 inputs and produces 1 output all of the same type.
OpDef.Builder
clearIsCommutative ()
 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;
OpDef.Builder
ClearIsStateful ()
 Ops are marked as stateful if their behavior depends on some state beyond
 their input tensors (e.g.
OpDef.Builder
クリアネーム()
 Op names starting with an underscore are reserved for internal use.
OpDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDef.Builder
ClearOutputArg ()
 Description of the output(s).
OpDef.Builder
クリアサマリー()
 One-line human-readable description of what the Op does.
OpDef.Builder
ブール値
getAllowsUninitializedInput ()
 By default, all inputs to an Op must be initialized Tensors.
OpDef.AttrDef
getAttr (int インデックス)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.AttrDef.Builder
getAttrBuilder (int インデックス)
repeated .tensorflow.OpDef.AttrDef attr = 4;
リスト< OpDef.AttrDef.Builder >
getAttrBuilderList ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
整数
getAttrCount ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
リスト< OpDef.AttrDef >
getAttrList ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.AttrDefOrBuilder
getAttrOrBuilder (int インデックス)
repeated .tensorflow.OpDef.AttrDef attr = 4;
リスト<? OpDef.AttrDefOrBuilderを拡張 >
getAttrOrBuilderList ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
getControlOutput (int インデックス)
 Named control outputs for this operation.
com.google.protobuf.ByteString
getControlOutputBytes (int インデックス)
 Named control outputs for this operation.
整数
getControlOutputCount ()
 Named control outputs for this operation.
com.google.protobuf.ProtocolStringList
getControlOutputList ()
 Named control outputs for this operation.
作戦防御
運用の廃止
get非推奨()
 Optional deprecation based on GraphDef versions.
OpDeprecation.Builder
getDeprecationBuilder ()
 Optional deprecation based on GraphDef versions.
OpDeprecationOrBuilder
getDeprecationOrBuilder ()
 Optional deprecation based on GraphDef versions.
get説明()
 Additional, longer human-readable description of what the Op does.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Additional, longer human-readable description of what the Op does.
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
OpDef.ArgDef
getInputArg (int インデックス)
 Description of the input(s).
OpDef.ArgDef.Builder
getInputArgBuilder (int インデックス)
 Description of the input(s).
リスト< OpDef.ArgDef.Builder >
getInputArgBuilderList ()
 Description of the input(s).
整数
getInputArgCount ()
 Description of the input(s).
リスト< OpDef.ArgDef >
getInputArgList ()
 Description of the input(s).
OpDef.ArgDefOrBuilder
getInputArgOrBuilder (int インデックス)
 Description of the input(s).
リスト<? OpDef.ArgDefOrBuilderを拡張 >
getInputArgOrBuilderList ()
 Description of the input(s).
ブール値
getIsAggregate ()
 If is_aggregate is true, then this operation accepts N >= 2
 inputs and produces 1 output all of the same type.
ブール値
getIsCommutative ()
 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;
ブール値
getIsStateful ()
 Ops are marked as stateful if their behavior depends on some state beyond
 their input tensors (e.g.
getName ()
 Op names starting with an underscore are reserved for internal use.
com.google.protobuf.ByteString
getNameBytes ()
 Op names starting with an underscore are reserved for internal use.
OpDef.ArgDef
getOutputArg (int インデックス)
 Description of the output(s).
OpDef.ArgDef.Builder
getOutputArgBuilder (int インデックス)
 Description of the output(s).
リスト< OpDef.ArgDef.Builder >
getOutputArgBuilderList ()
 Description of the output(s).
整数
getOutputArgCount ()
 Description of the output(s).
リスト< OpDef.ArgDef >
getOutputArgList ()
 Description of the output(s).
OpDef.ArgDefOrBuilder
getOutputArgOrBuilder (int インデックス)
 Description of the output(s).
リスト<? OpDef.ArgDefOrBuilderを拡張 >
getOutputArgOrBuilderList ()
 Description of the output(s).
get概要()
 One-line human-readable description of what the Op does.
com.google.protobuf.ByteString
getサマリーバイト()
 One-line human-readable description of what the Op does.
ブール値
非推奨あり()
 Optional deprecation based on GraphDef versions.
最終ブール値
OpDef.Builder
mergeDeprecation ( OpDeprecation値)
 Optional deprecation based on GraphDef versions.
OpDef.Builder
mergeFrom (com.google.protobuf.Message other)
OpDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
最終的なOpDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
OpDef.Builder
RemoveAttr (int インデックス)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
RemoveInputArg (int インデックス)
 Description of the input(s).
OpDef.Builder
RemoveOutputArg (int インデックス)
 Description of the output(s).
OpDef.Builder
setAllowsUninitializedInput (ブール値)
 By default, all inputs to an Op must be initialized Tensors.
OpDef.Builder
setAttr (int インデックス、 OpDef.AttrDef値)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
setAttr (int インデックス、 OpDef.AttrDef.Builder builderForValue)
repeated .tensorflow.OpDef.AttrDef attr = 4;
OpDef.Builder
setControlOutput (int インデックス、文字列値)
 Named control outputs for this operation.
OpDef.Builder
setDeprecation ( OpDeprecation.Builder builderForValue)
 Optional deprecation based on GraphDef versions.
OpDef.Builder
setDeprecation ( OpDeprecation値)
 Optional deprecation based on GraphDef versions.
OpDef.Builder
setDescription (文字列値)
 Additional, longer human-readable description of what the Op does.
OpDef.Builder
setDescriptionBytes (com.google.protobuf.ByteString 値)
 Additional, longer human-readable description of what the Op does.
OpDef.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
OpDef.Builder
setInputArg (int インデックス、 OpDef.ArgDef値)
 Description of the input(s).
OpDef.Builder
setInputArg (int インデックス、 OpDef.ArgDef.Builder builderForValue)
 Description of the input(s).
OpDef.Builder
setIsAggregate (ブール値)
 If is_aggregate is true, then this operation accepts N >= 2
 inputs and produces 1 output all of the same type.
OpDef.Builder
setIsCommutative (ブール値)
 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;
OpDef.Builder
setIsStateful (ブール値)
 Ops are marked as stateful if their behavior depends on some state beyond
 their input tensors (e.g.
OpDef.Builder
setName (文字列値)
 Op names starting with an underscore are reserved for internal use.
OpDef.Builder
setNameBytes (com.google.protobuf.ByteString 値)
 Op names starting with an underscore are reserved for internal use.
OpDef.Builder
setOutputArg (int インデックス、 OpDef.ArgDef値)
 Description of the output(s).
OpDef.Builder
setOutputArg (int インデックス、 OpDef.ArgDef.Builder builderForValue)
 Description of the output(s).
OpDef.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
OpDef.Builder
setsummary (文字列値)
 One-line human-readable description of what the Op does.
OpDef.Builder
setsummaryBytes (com.google.protobuf.ByteString 値)
 One-line human-readable description of what the Op does.
最終的なOpDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public OpDef.Builder addAllAttr (Iterable<? extends OpDef.AttrDef > 値)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder addAllControlOutput (Iterable<String> 値)

 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;

public OpDef.Builder addAllInputArg (Iterable<? extends OpDef.ArgDef > 値)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder addAllOutputArg (Iterable<? extends OpDef.ArgDef > 値)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder addAttr ( OpDef.AttrDef.Builder builderForValue)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder addAttr (int インデックス、 OpDef.AttrDef.Builder builderForValue)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder addAttr ( OpDef.AttrDef値)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder addAttr (int インデックス、 OpDef.AttrDef値)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.AttrDef.Builder addAttrBuilder ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.AttrDef.Builder addAttrBuilder (int インデックス)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder addControlOutput (文字列値)

 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;

public OpDef.Builder addControlOutputBytes (com.google.protobuf.ByteString 値)

 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;

public OpDef.Builder addInputArg ( OpDef.ArgDef.Builder builderForValue)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder addInputArg (int インデックス、 OpDef.ArgDef値)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder addInputArg ( OpDef.ArgDef値)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder addInputArg (int インデックス, OpDef.ArgDef.Builder builderForValue)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.ArgDef.Builder addInputArgBuilder ()

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.ArgDef.Builder addInputArgBuilder (int インデックス)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder addOutputArg (int インデックス, OpDef.ArgDef.Builder builderForValue)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder addOutputArg ( OpDef.ArgDef.Builder builderForValue)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder addOutputArg (int インデックス、 OpDef.ArgDef値)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder addOutputArg ( OpDef.ArgDef値)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.ArgDef.Builder addOutputArgBuilder (int インデックス)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.ArgDef.Builder addOutputArgBuilder ()

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

パブリックOpDefビルド()

public OpDef buildPartial ()

public OpDef.Builder clear ()

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;

public OpDef.Builder clearAttr ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

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;

public OpDef.Builder ClearDeprecation ()

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

public OpDef.Builder clearDescription ()

 Additional, longer human-readable description of what the Op does.
 
string description = 6;

public OpDef.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public OpDef.Builder clearInputArg ()

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

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;

public OpDef.Builder clearIsCommutative ()

 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;

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;

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;

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

public OpDef.Builder clearOutputArg ()

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder clearsummary ()

 One-line human-readable description of what the Op does.
 
string summary = 5;

パブリックOpDef.Builderクローン()

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;

public OpDef.AttrDef getAttr (int インデックス)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.AttrDef.Builder getAttrBuilder (int インデックス)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public List< OpDef.AttrDef.Builder > getAttrBuilderList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

public int getAttrCount ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

public List< OpDef.AttrDef > getAttrList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.AttrDefOrBuilder getAttrOrBuilder (int インデックス)

repeated .tensorflow.OpDef.AttrDef attr = 4;

公開リスト<? extends OpDef.AttrDefOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

public String getControlOutput (int インデックス)

 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;

public com.google.protobuf.ByteString getControlOutputBytes (int インデックス)

 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;

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;

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;

public OpDef getDefaultInstanceForType ()

public OpDeprecation getDeprecation ()

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

public OpDeprecation.Builder getDeprecationBuilder ()

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

public OpDeprecationOrBuilder getDeprecationOrBuilder ()

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

public String getDescription ()

 Additional, longer human-readable description of what the Op does.
 
string description = 6;

public com.google.protobuf.ByteString getDescriptionBytes ()

 Additional, longer human-readable description of what the Op does.
 
string description = 6;

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

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

public OpDef.ArgDef getInputArg (int インデックス)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.ArgDef.Builder getInputArgBuilder (int インデックス)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public List< OpDef.ArgDef.Builder > getInputArgBuilderList ()

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public int getInputArgCount ()

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public List< OpDef.ArgDef > getInputArgList ()

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.ArgDefOrBuilder getInputArgOrBuilder (int インデックス)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

公開リスト<? extends OpDef.ArgDefOrBuilder > getInputArgOrBuilderList ()

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

パブリックブール値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;

public boolean getIsCommutative ()

 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;

パブリックブール値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;

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

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;

public OpDef.ArgDef getOutputArg (int インデックス)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.ArgDef.Builder getOutputArgBuilder (int インデックス)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public List< OpDef.ArgDef.Builder > getOutputArgBuilderList ()

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public int getOutputArgCount ()

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public List< OpDef.ArgDef > getOutputArgList ()

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.ArgDefOrBuilder getOutputArgOrBuilder (int インデックス)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

公開リスト<? extends OpDef.ArgDefOrBuilder > getOutputArgOrBuilderList ()

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public String getsummary ()

 One-line human-readable description of what the Op does.
 
string summary = 5;

public com.google.protobuf.ByteString getsummaryBytes ()

 One-line human-readable description of what the Op does.
 
string summary = 5;

public boolean hasDeprecation ()

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

パブリック最終ブール値isInitialized ()

public OpDef.Builder mergeDeprecation ( OpDeprecation値)

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

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

public OpDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public Final OpDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public OpDef.Builder RemoveAttr (int インデックス)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder RemoveInputArg (int インデックス)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder deleteOutputArg (int インデックス)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder setAllowsUninitializedInput (ブール値)

 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;

public OpDef.Builder setAttr (int インデックス、 OpDef.AttrDef値)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder setAttr (int インデックス、 OpDef.AttrDef.Builder builderForValue)

repeated .tensorflow.OpDef.AttrDef attr = 4;

public OpDef.Builder setControlOutput (int インデックス、文字列値)

 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;

public OpDef.Builder setDeprecation ( OpDeprecation.Builder builderForValue)

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

public OpDef.Builder setDeprecation ( OpDeprecation値)

 Optional deprecation based on GraphDef versions.
 
.tensorflow.OpDeprecation deprecation = 8;

public OpDef.Builder setDescription (文字列値)

 Additional, longer human-readable description of what the Op does.
 
string description = 6;

public OpDef.Builder setDescriptionBytes (com.google.protobuf.ByteString 値)

 Additional, longer human-readable description of what the Op does.
 
string description = 6;

public OpDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public OpDef.Builder setInputArg (int インデックス、 OpDef.ArgDef値)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder setInputArg (int インデックス, OpDef.ArgDef.Builder builderForValue)

 Description of the input(s).
 
repeated .tensorflow.OpDef.ArgDef input_arg = 2;

public OpDef.Builder setIsAggregate (ブール値)

 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;

public OpDef.Builder setIsCommutative (ブール値)

 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;

public OpDef.Builder setIsStateful (ブール値)

 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;

public OpDef.Builder setName (文字列値)

 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;

public OpDef.Builder setNameBytes (com.google.protobuf.ByteString 値)

 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;

public OpDef.Builder setOutputArg (int インデックス、 OpDef.ArgDef値)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder setOutputArg (int インデックス, OpDef.ArgDef.Builder builderForValue)

 Description of the output(s).
 
repeated .tensorflow.OpDef.ArgDef output_arg = 3;

public OpDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public OpDef.Builder setsummary (文字列値)

 One-line human-readable description of what the Op does.
 
string summary = 5;

public OpDef.Builder setsummaryBytes (com.google.protobuf.ByteString 値)

 One-line human-readable description of what the Op does.
 
string summary = 5;

public Final OpDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)