パブリック インターフェイス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 | get非推奨() 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. |
抽象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). |
抽象文字列 | 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. |
パブリックメソッド
public abstract 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 abstract int getAttrCount ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
パブリック抽象OpDef.AttrDefOrBuilder getAttrOrBuilder (int インデックス)
repeated .tensorflow.OpDef.AttrDef attr = 4;
公開抄録リスト<? extends OpDef.AttrDefOrBuilder > getAttrOrBuilderList ()
repeated .tensorflow.OpDef.AttrDef attr = 4;
public abstract 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 abstract 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 abstract 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;
パブリック抽象 List<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;
パブリックabstract String 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;
public abstract int getInputArgCount ()
Description of the input(s).
repeated .tensorflow.OpDef.ArgDef input_arg = 2;
public abstract List< 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;
公開抄録リスト<? 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 abstract 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;
パブリック抽象 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;
パブリック抽象 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 インデックス)
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
public abstract int getOutputArgCount ()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
public abstract List< 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;
公開抄録リスト<? extends OpDef.ArgDefOrBuilder > getOutputArgOrBuilderList ()
Description of the output(s).
repeated .tensorflow.OpDef.ArgDef output_arg = 3;
パブリックabstract String getsummary ()
One-line human-readable description of what the Op does.
string summary = 5;
public abstract com.google.protobuf.ByteString getsummaryBytes ()
One-line human-readable description of what the Op does.
string summary = 5;
public abstract boolean hasDeprecation ()
Optional deprecation based on GraphDef versions.
.tensorflow.OpDeprecation deprecation = 8;