OpDefOrBuilder

رابط عمومی OpDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

بولی انتزاعی
getAllowsUninitializedInput ()
 By default, all inputs to an Op must be initialized Tensors.
چکیده OpDef.AttrDef
getAttr (شاخص int)
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.
فهرست انتزاعی<String>
getControlOutputList ()
 Named control outputs for this operation.
OpDeprecation انتزاعی
getDeprecation ()
 Optional deprecation based on GraphDef versions.
انتزاعی OpDeprecationOrBuilder
getDeprecationOrBuilder ()
 Optional deprecation based on GraphDef versions.
رشته انتزاعی
getDescription ()
 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.
چکیده OpDef.ArgDef
getInputArg (شاخص int)
 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).
انتزاعی
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).
رشته انتزاعی
دریافت خلاصه ()
 One-line human-readable description of what the Op does.
چکیده com.google.protobuf.ByteString
getSummaryBytes ()
 One-line human-readable description of what the Op does.
بولی انتزاعی
دارای منسوخ شدن ()
 Optional deprecation based on GraphDef versions.

روش های عمومی

عمومی انتزاعی بولی 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;

چکیده عمومی OpDef.AttrDef getAttr (شاخص int)

repeated .tensorflow.OpDef.AttrDef attr = 4;

انتزاع عمومی int getAttrCount ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

فهرست انتزاعی عمومی< OpDef.AttrDef > getAttrList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

چکیده عمومی OpDef.AttrDefOrBuilder getAttrOrBuilder (int index)

repeated .tensorflow.OpDef.AttrDef attr = 4;

فهرست چکیده عمومی<? گسترش OpDef.AttrDefOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

رشته انتزاعی عمومی 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;

چکیده عمومی 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;

انتزاع عمومی 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;

فهرست انتزاعی عمومی<String> 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;

انتزاع عمومی OpDeprecation getDeprecation ()

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

انتزاعی عمومی OpDeprecationOrBuilder getDeprecationOrBuilder ()

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

رشته انتزاعی عمومی getDescription ()

string description = 6;

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

چکیده عمومی com.google.protobuf.ByteString getDescriptionBytes ()

شرح رشته

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

چکیده عمومی OpDef.ArgDef getInputArg (int index)

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

انتزاع عمومی int getInputArgCount ()

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

فهرست انتزاعی عمومی< OpDef.ArgDef > getInputArgList ()

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

چکیده عمومی OpDef.ArgDefOrBuilder getInputArgOrBuilder (int index)

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

فهرست چکیده عمومی<? گسترش 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;

انتزاعی عمومی 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;

رشته انتزاعی عمومی 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;

چکیده عمومی 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;

چکیده عمومی OpDef.ArgDef getOutputArg (int index)

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

انتزاع عمومی int getOutputArgCount ()

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

فهرست انتزاعی عمومی< OpDef.ArgDef > getOutputArgList ()

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

چکیده عمومی OpDef.ArgDefOrBuilder getOutputArgOrBuilder (int index)

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

فهرست چکیده عمومی<? گسترش OpDef.ArgDefOrBuilder > getOutputArgOrBuilderList ()

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

خلاصه رشته انتزاعی عمومی ()

string summary = 5;

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

چکیده عمومی com.google.protobuf.ByteString getSummaryBytes ()

string summary = 5;

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

عمومی انتزاعی بولی hasDeprecation ()

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