CostGraphDef.AggregatedCost

public static final class CostGraphDef.AggregatedCost

 Total cost of this graph, typically used for balancing decisions.
 
tensorflow.CostGraphDef.AggregatedCost type tensorflow.CostGraphDef.AggregatedCost

Classes aninhadas

aula CostGraphDef.AggregatedCost.Builder
 Total cost of this graph, typically used for balancing decisions. 

Constantes

int COST_FIELD_NUMBER
int DIMENSION_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
flutuador
getCost ()
 Aggregated cost value.
static CostGraphDef.AggregatedCost
CostGraphDef.AggregatedCost
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getDimension ()
 Aggregated cost dimension (e.g.
com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static CostGraphDef.AggregatedCost.Builder
static CostGraphDef.AggregatedCost.Builder
CostGraphDef.AggregatedCost.Builder
static CostGraphDef.AggregatedCost
parseDelimitedFrom (input InputStream)
static CostGraphDef.AggregatedCost
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (dados ByteBuffer)
static CostGraphDef.AggregatedCost
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (com.google.protobuf.CodedInputStream input)
static CostGraphDef.AggregatedCost
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (com.google.protobuf.ByteString data)
static CostGraphDef.AggregatedCost
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.AggregatedCost.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int COST_FIELD_NUMBER

Valor Constante: 1

public static final int DIMENSION_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object 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;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static CostGraphDef.AggregatedCost.Builder newBuilder (protótipo CostGraphDef.AggregatedCost )

public static CostGraphDef.AggregatedCost.Builder newBuilder ()

public CostGraphDef.AggregatedCost.Builder newBuilderForType ()

public static CostGraphDef.AggregatedCost parseDelimitedFrom (InputStream input)

Lança
IOException

public static CostGraphDef.AggregatedCost parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CostGraphDef.AggregatedCost parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CostGraphDef.AggregatedCost parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static CostGraphDef.AggregatedCost parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static CostGraphDef.AggregatedCost parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CostGraphDef.AggregatedCost parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException