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.
รายการนามธรรม <สตริง>
getControlOutputList ()
 Named control outputs for this operation.
OpDeprecation แบบนามธรรม
ได้รับการคัดค้าน ()
 Optional deprecation based on GraphDef versions.
OpDeprecationOrBuilder แบบนามธรรม
getDeprecationOrBuilder ()
 Optional deprecation based on GraphDef versions.
สตริงที่เป็นนามธรรม
รับคำอธิบาย ()
 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.
สตริงที่เป็นนามธรรม
รับชื่อ ()
 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
รับสรุปไบต์ ()
 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)

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)

 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 ()

คำอธิบายสตริง

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getDescriptionBytes ()

คำอธิบายสตริง

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

บทคัดย่อสาธารณะ OpDef.ArgDef getInputArg (ดัชนี int)

 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)

 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;

บูลีนนามธรรมสาธารณะ 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 ()

string name = 1;

 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>_]*".
 
= 1;

นามธรรมสาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

 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>_]*".
 
= 1;

บทคัดย่อสาธารณะ OpDef.ArgDef getOutputArg (ดัชนี int)

 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)

 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;

สตริงนามธรรมสาธารณะ getSummary ()

สรุปสตริง

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getSummaryBytes ()

สรุปสตริง

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

hasDeprecation บูลีนนามธรรมสาธารณะ ()

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