パブリック静的最終クラスCostGraphDef.AggregatedCost
Total cost of this graph, typically used for balancing decisions.
tensorflow.CostGraphDef.AggregatedCost ネストされたクラス
| クラス | CostGraphDef.AggregatedCost.Builder | Total cost of this graph, typically used for balancing decisions. | |
定数
| 整数 | COST_FIELD_NUMBER | |
| 整数 | DIMENSION_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| フロート | getコスト() Aggregated cost value. |
| 静的CostGraphDef.AggregatedCost | |
| CostGraphDef.AggregatedCost | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getDimension () Aggregated cost dimension (e.g. |
| com.google.protobuf.ByteString | getDimensionBytes () Aggregated cost dimension (e.g. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的CostGraphDef.AggregatedCost.Builder | newBuilder ( CostGraphDef.AggregatedCostプロトタイプ) |
| 静的CostGraphDef.AggregatedCost.Builder | newBuilder () |
| CostGraphDef.AggregatedCost.Builder | |
| 静的CostGraphDef.AggregatedCost | parseDelimitedFrom (InputStream 入力) |
| 静的CostGraphDef.AggregatedCost | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的CostGraphDef.AggregatedCost | parseFrom (ByteBuffer データ) |
| 静的CostGraphDef.AggregatedCost | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的CostGraphDef.AggregatedCost | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的CostGraphDef.AggregatedCost | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的CostGraphDef.AggregatedCost | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的CostGraphDef.AggregatedCost | parseFrom (com.google.protobuf.ByteString データ) |
| 静的CostGraphDef.AggregatedCost | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的CostGraphDef.AggregatedCost | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| CostGraphDef.AggregatedCost.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数COST_FIELD_NUMBER
定数値: 1
パブリック静的最終整数DIMENSION_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public float getCost ()
Aggregated cost value.
float cost = 1; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getDimension ()
Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
string dimension = 2; public com.google.protobuf.ByteString getDimensionBytes ()
Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
string dimension = 2; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static CostGraphDef.AggregatedCost parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.CodedInputStream 入力)
投げる
| IO例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|