Protobuf 型tensorflow.CostGraphDef.Node
ネストされたクラス
クラス | CostGraphDef.Node.Builder | Protobuf 型tensorflow.CostGraphDef.Node | |
クラス | CostGraphDef.Node.InputInfo | Inputs of this node. | |
インタフェース | CostGraphDef.Node.InputInfoOrBuilder | ||
クラス | CostGraphDef.Node.OutputInfo | Outputs of this node. | |
インタフェース | CostGraphDef.Node.OutputInfoOrBuilder |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
長さ | 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. |
静的CostGraphDef.Node | |
CostGraphDef.Node | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | 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. |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的CostGraphDef.Node.Builder | newBuilder () |
静的CostGraphDef.Node.Builder | newBuilder ( CostGraphDef.Nodeプロトタイプ) |
CostGraphDef.Node.Builder | |
静的CostGraphDef.Node | parseDelimitedFrom (InputStream 入力) |
静的CostGraphDef.Node | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的CostGraphDef.Node | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node | parseFrom (ByteBuffer データ) |
静的CostGraphDef.Node | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node | parseFrom (com.google.protobuf.ByteString データ) |
静的CostGraphDef.Node | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CostGraphDef.Node | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
CostGraphDef.Node.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
public static Final int COMPUTE_COST_FIELD_NUMBER
public static Final int COMPUTE_TIME_FIELD_NUMBER
public static Final int CONTROL_INPUT_FIELD_NUMBER
パブリック静的最終整数DEVICE_FIELD_NUMBER
パブリック静的最終整数DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
パブリック静的最終整数DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
パブリック静的最終整数HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER
パブリック静的最終整数ID_FIELD_NUMBER
パブリック静的最終整数INACCURATE_FIELD_NUMBER
パブリック静的最終整数INPUT_INFO_FIELD_NUMBER
パブリック静的最終整数IS_FINAL_FIELD_NUMBER
パブリック静的最終整数MEMORY_TIME_FIELD_NUMBER
パブリック静的最終整数NAME_FIELD_NUMBER
パブリック静的最終整数OUTPUT_INFO_FIELD_NUMBER
パブリック静的最終整数PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
パブリック静的最終整数TEMPORARY_MEMORY_SIZE_FIELD_NUMBER
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public long getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
public long getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
public int getControlInput (int インデックス)
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public int getControlInputCount ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public List<Integer> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String 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;
public 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 long getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
public long getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
public long getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
public int getId ()
The id of the node. Node ids are only unique inside a partition.
int32 id = 3;
パブリックブール値getInaccurate ()
Are the costs inaccurate?
bool inaccurate = 17;
public CostGraphDef.Node.InputInfo getInputInfo (int インデックス)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public int getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public List< CostGraphDef.Node.InputInfo > getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public 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;
public boolean 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;
public long getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
public String getName ()
The name of the node. Names are globally unique.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
public CostGraphDef.Node.OutputInfo getOutputInfo (int インデックス)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public int getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public List< CostGraphDef.Node.OutputInfo > getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public 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;
公共 getParserForType ()
public long getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
public int getSerializedSize ()
public long getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static CostGraphDef.Node parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CostGraphDef.Node parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CostGraphDef.Node parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CostGraphDef.Node parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CostGraphDef.Node parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CostGraphDef.Node parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|