CostGraphDef.AggregatedCost

classe final estática pública CostGraphDef.AggregatedCost

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

Classes aninhadas

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

Constantes

interno COST_FIELD_NUMBER
interno DIMENSION_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
flutuador
obterCusto ()
 Aggregated cost value.
CostGraphDef.AggregatedCost estático
CostGraphDef.AggregatedCost
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getDimension ()
 Aggregated cost dimension (e.g.
com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
CostGraphDef.AggregatedCost.Builder estático
CostGraphDef.AggregatedCost.Builder estático
CostGraphDef.AggregatedCost.Builder
CostGraphDef.AggregatedCost estático
parseDelimitedFrom (entrada InputStream)
CostGraphDef.AggregatedCost estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.AggregatedCost estático
parseFrom (dados de ByteBuffer)
CostGraphDef.AggregatedCost estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.AggregatedCost estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.AggregatedCost estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
CostGraphDef.AggregatedCost estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.AggregatedCost estático
parseFrom (dados com.google.protobuf.ByteString)
CostGraphDef.AggregatedCost estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.AggregatedCost estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.AggregatedCost.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int COST_FIELD_NUMBER

Valor Constante: 1

público estático final int DIMENSION_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

flutuador público getCost ()

custo flutuante

 Aggregated cost value.
 
float cost = 1;

público estático CostGraphDef.AggregatedCost getDefaultInstance ()

public CostGraphDef.AggregatedCost getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String pública getDimension ()

dimensão da string

 Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
 
string dimension = 2;

público com.google.protobuf.ByteString getDimensionBytes ()

dimensão da string

 Aggregated cost dimension (e.g. 'memory', 'compute', 'network').
 
string dimension = 2;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático CostGraphDef.AggregatedCost.Builder newBuilder ( protótipo CostGraphDef.AggregatedCost )

CostGraphDef.AggregatedCost.Builder estático público newBuilder ()

público CostGraphDef.AggregatedCost.Builder newBuilderForType ()

public static CostGraphDef.AggregatedCost parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

CostGraphDef.AggregatedCost parseFrom estático público (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático CostGraphDef.AggregatedCost parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

CostGraphDef.AggregatedCost parseFrom estático público (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público CostGraphDef.AggregatedCost.Builder toBuilder ()

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

Lança
IOException