CostGraphDef.AggregatedCost

clase final estática pública CostGraphDef.AggregatedCost

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

Clases anidadas

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

Constantes

En t COST_FIELD_NUMBER
En t DIMENSION_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
flotador
getCost ()
 Aggregated cost value.
static CostGraphDef.AggregatedCost
CostGraphDef.AggregatedCost
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDimension ()
 Aggregated cost dimension (e.g.
com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático CostGraphDef.AggregatedCost.Builder
estático CostGraphDef.AggregatedCost.Builder
CostGraphDef.AggregatedCost.Builder
static CostGraphDef.AggregatedCost
parseDelimitedFrom (entrada InputStream)
static CostGraphDef.AggregatedCost
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (datos ByteBuffer)
static CostGraphDef.AggregatedCost
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (entrada com.google.protobuf.CodedInputStream)
static CostGraphDef.AggregatedCost
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (datos com.google.protobuf.ByteString)
static CostGraphDef.AggregatedCost
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.AggregatedCost
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.AggregatedCost.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (Object obj)

getCost público flotante ()

 Aggregated cost value.
 
float cost = 1;

Public static CostGraphDef.AggregatedCost getDefaultInstance ()

public CostGraphDef.AggregatedCost getDefaultInstanceForType ()

público estático 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 (Prototipo de CostGraphDef.AggregatedCost )

public static CostGraphDef.AggregatedCost.Builder newBuilder ()

public CostGraphDef.AggregatedCost.Builder newBuilderForType ()

Public static CostGraphDef.AggregatedCost parseDelimitedFrom (InputStream input)

Lanza
IOException

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

Lanza
IOException

Public static CostGraphDef.AggregatedCost parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

Public static CostGraphDef.AggregatedCost parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Public static CostGraphDef.AggregatedCost parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

Public static CostGraphDef.AggregatedCost parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

Public static CostGraphDef.AggregatedCost parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException