CostGraphDef.AggregatedCost

パブリック静的最終クラスCostGraphDef.AggregatedCost

 Total cost of this graph, typically used for balancing decisions.
 
Protobuf 型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
静的CostGraphDef.AggregatedCost.Builder
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
空所
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 CostGraphDef.AggregatedCost getDefaultInstance ()

public CostGraphDef.AggregatedCost getDefaultInstanceForType ()

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.Builder newBuilder ( CostGraphDef.AggregatedCostプロトタイプ)

public static CostGraphDef.AggregatedCost.Builder newBuilder ()

public CostGraphDef.AggregatedCost.Builder newBuilderForType ()

public static CostGraphDef.AggregatedCost parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static CostGraphDef.AggregatedCost parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CostGraphDef.AggregatedCost parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

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例外