OpDefOrBuilder

interfejs publiczny OpDefOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjna wartość logiczna
getAllowsUninitializedInput ()
 By default, all inputs to an Op must be initialized Tensors.
streszczenie OpDef.AttrDef
getAttr (indeks int)
repeated .tensorflow.OpDef.AttrDef attr = 4;
streszczenie wew
getAttrCount ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
lista abstrakcyjna< OpDef.AttrDef >
getAttrList ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
streszczenie OpDef.AttrDefOrBuilder
getAttrOrBuilder (indeks int)
repeated .tensorflow.OpDef.AttrDef attr = 4;
lista abstrakcyjna<? rozszerza OpDef.AttrDefOrBuilder >
getAttrOrBuilderList ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
abstrakcyjny ciąg
getControlOutput (indeks int)
 Named control outputs for this operation.
streszczenie com.google.protobuf.ByteString
getControlOutputBytes (indeks int)
 Named control outputs for this operation.
streszczenie wew
getControlOutputCount ()
 Named control outputs for this operation.
lista abstrakcyjna<String>
getControlOutputList ()
 Named control outputs for this operation.
abstrakcyjna opDeprecjacja
pobierzDeprecjację ()
 Optional deprecation based on GraphDef versions.
streszczenie OpDeprecationOrBuilder
getDeprecationOrBuilder ()
 Optional deprecation based on GraphDef versions.
abstrakcyjny ciąg
pobierz opis ()
 Additional, longer human-readable description of what the Op does.
streszczenie com.google.protobuf.ByteString
getDescriptionBytes ()
 Additional, longer human-readable description of what the Op does.
streszczenie OpDef.ArgDef
getInputArg (indeks int)
 Description of the input(s).
streszczenie wew
getInputArgCount ()
 Description of the input(s).
lista abstrakcyjna< OpDef.ArgDef >
getInputArgList ()
 Description of the input(s).
streszczenie OpDef.ArgDefOrBuilder
getInputArgOrBuilder (indeks int)
 Description of the input(s).
lista abstrakcyjna<? rozszerza OpDef.ArgDefOrBuilder >
getInputArgOrBuilderList ()
 Description of the input(s).
abstrakcyjna wartość logiczna
getIsAggregate ()
 If is_aggregate is true, then this operation accepts N >= 2
 inputs and produces 1 output all of the same type.
abstrakcyjna wartość logiczna
getIsPrzemienna ()
 True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)
 
bool is_commutative = 18;
abstrakcyjna wartość logiczna
getIsStateful ()
 Ops are marked as stateful if their behavior depends on some state beyond
 their input tensors (e.g.
abstrakcyjny ciąg
pobierz nazwę ()
 Op names starting with an underscore are reserved for internal use.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Op names starting with an underscore are reserved for internal use.
streszczenie OpDef.ArgDef
getOutputArg (indeks int)
 Description of the output(s).
streszczenie wew
getOutputArgCount ()
 Description of the output(s).
lista abstrakcyjna< OpDef.ArgDef >
getOutputArgList ()
 Description of the output(s).
streszczenie OpDef.ArgDefOrBuilder
getOutputArgOrBuilder (indeks int)
 Description of the output(s).
lista abstrakcyjna<? rozszerza OpDef.ArgDefOrBuilder >
getOutputArgOrBuilderList ()
 Description of the output(s).
abstrakcyjny ciąg
pobierz podsumowanie ()
 One-line human-readable description of what the Op does.
streszczenie com.google.protobuf.ByteString
getSummaryBytes ()
 One-line human-readable description of what the Op does.
abstrakcyjna wartość logiczna
maDeprecjację ()
 Optional deprecation based on GraphDef versions.

Metody publiczne

publiczna wartość logiczna abstrakcyjna 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;

publiczne streszczenie OpDef.AttrDef getAttr (indeks int)

repeated .tensorflow.OpDef.AttrDef attr = 4;

publiczne streszczenie int getAttrCount ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

publiczna lista abstrakcyjna< OpDef.AttrDef > getAttrList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

publiczne streszczenie OpDef.AttrDefOrBuilder getAttrOrBuilder (indeks int)

repeated .tensorflow.OpDef.AttrDef attr = 4;

publiczna lista abstrakcyjna<? rozszerza OpDef.AttrDefOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.OpDef.AttrDef attr = 4;

public streszczenie String getControlOutput (indeks 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;

publiczna abstrakcja com.google.protobuf.ByteString getControlOutputBytes (indeks 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;

publiczne streszczenie 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;

publiczna lista abstrakcyjna<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;

publiczne streszczenie OpDeprecation getDeprecation ()

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

publiczne streszczenie OpDeprecationOrBuilder getDeprecationOrBuilder ()

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

publiczna abstrakcja String getDescription ()

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

publiczne streszczenie com.google.protobuf.ByteString getDescriptionBytes ()

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

publiczne streszczenie OpDef.ArgDef getInputArg (indeks int)

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

publiczne streszczenie int getInputArgCount ()

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

publiczna lista abstrakcyjna< OpDef.ArgDef > getInputArgList ()

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

publiczne streszczenie OpDef.ArgDefOrBuilder getInputArgOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza OpDef.ArgDefOrBuilder > getInputArgOrBuilderList ()

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

publiczna wartość logiczna abstrakcyjna 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;

publiczna wartość logiczna abstrakcyjna getIsPrzemienna ()

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

publiczna abstrakcja logiczna 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;

publiczna abstrakcja 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;

publiczne streszczenie 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;

publiczne streszczenie OpDef.ArgDef getOutputArg (indeks int)

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

publiczne streszczenie int getOutputArgCount ()

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

publiczna lista abstrakcyjna< OpDef.ArgDef > getOutputArgList ()

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

publiczne streszczenie OpDef.ArgDefOrBuilder getOutputArgOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza OpDef.ArgDefOrBuilder > getOutputArgOrBuilderList ()

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

publiczne streszczenie String getSummary ()

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

publiczne streszczenie com.google.protobuf.ByteString getSummaryBytes ()

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

publiczna wartość logiczna abstrakcyjna maDeprecation ()

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