既知の間接サブクラス |
パブリックメソッド
抽象的な長い | getComputeCost () Estimate of the computational cost of this node, in microseconds. |
抽象的な長い | getComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
抽象整数 | getControlInput (int インデックス) Ids of the control inputs for this node. |
抽象整数 | getControlInputCount () Ids of the control inputs for this node. |
抽象リスト<整数> | getControlInputList () Ids of the control inputs for this node. |
抽象文字列 | getDevice () The device of the node. |
抽象的な com.google.protobuf.ByteString | getDeviceBytes () The device of the node. |
抽象的な長い | getDevicePersistentMemorySize () int64 device_persistent_memory_size = 16 [deprecated = true]; |
抽象的な長い | getDeviceTempMemorySize () int64 device_temp_memory_size = 11 [deprecated = true]; |
抽象的な長い | getHostTempMemorySize () int64 host_temp_memory_size = 10 [deprecated = true]; |
抽象整数 | getId () The id of the node. |
抽象ブール値 | get不正確() Are the costs inaccurate? bool inaccurate = 17; |
抽象CostGraphDef.Node.InputInfo | getInputInfo (int インデックス) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
抽象整数 | getInputInfoCount () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
抽象リスト< CostGraphDef.Node.InputInfo > | getInputInfoList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
抽象CostGraphDef.Node.InputInfoOrBuilder | getInputInfoOrBuilder (int インデックス) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
抽象リスト<? CostGraphDef.Node.InputInfoOrBuilderを拡張 > | getInputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
抽象ブール値 | getIsFinal () If true, the output is permanent: it can't be discarded, because this node is part of the "final output". |
抽象的な長い | getMemoryTime () Analytical estimate of the memory access cost of this node, in microseconds. |
抽象文字列 | getName () The name of the node. |
抽象的な com.google.protobuf.ByteString | getNameBytes () The name of the node. |
抽象CostGraphDef.Node.OutputInfo | getOutputInfo (int インデックス) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
抽象整数 | getOutputInfoCount () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
抽象リスト< CostGraphDef.Node.OutputInfo > | getOutputInfoList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
抽象CostGraphDef.Node.OutputInfoOrBuilder | getOutputInfoOrBuilder (int インデックス) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
抽象リスト<? CostGraphDef.Node.OutputInfoOrBuilderを拡張 > | getOutputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
抽象的な長い | getPersistentMemorySize () Persistent memory used by this node. |
抽象的な長い | getTemporaryMemorySize () Temporary memory used by this node. |
パブリックメソッド
パブリック抽象long getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
パブリック抽象long getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
パブリック抽象 int getControlInput (int インデックス)
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public abstract int getControlInputCount ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public abstract List<Integer> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
パブリック抽象文字列getDevice ()
The device of the node. Can be empty if the node is mapped to the default partition or partitioning hasn't been run yet.
string device = 2;
パブリック抽象 com.google.protobuf.ByteString getDeviceBytes ()
The device of the node. Can be empty if the node is mapped to the default partition or partitioning hasn't been run yet.
string device = 2;
public abstract long getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
public abstract long getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
public abstract long getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
パブリック抽象 int getId ()
The id of the node. Node ids are only unique inside a partition.
int32 id = 3;
public abstract boolean getInaccurate ()
Are the costs inaccurate?
bool inaccurate = 17;
パブリック抽象CostGraphDef.Node.InputInfo getInputInfo (int インデックス)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public abstract int getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public abstract List< CostGraphDef.Node.InputInfo > getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
パブリック抽象CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (int インデックス)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
公開抄録リスト<? extends CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
パブリック抽象ブール値getIsFinal ()
If true, the output is permanent: it can't be discarded, because this node is part of the "final output". Nodes may depend on final nodes.
bool is_final = 7;
パブリック抽象long getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
パブリック抽象 String getName ()
The name of the node. Names are globally unique.
string name = 1;
パブリック抽象 com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
パブリック抽象CostGraphDef.Node.OutputInfo getOutputInfo (int インデックス)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public abstract int getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public abstract List< CostGraphDef.Node.OutputInfo > getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
パブリック抽象CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (int インデックス)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
公開抄録リスト<? extends CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public abstract long getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
public abstract long getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;