CostGraphDef.AggregatedCostOrBuilder

publiczny interfejs statyczny CostGraphDef.AggregatedCostOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny pływak
pobierzKoszt ()
 Aggregated cost value.
abstrakcyjny ciąg
pobierz wymiar ()
 Aggregated cost dimension (e.g.
streszczenie com.google.protobuf.ByteString
pobierzDimensionBytes ()
 Aggregated cost dimension (e.g.

Metody publiczne

publiczna abstrakcja float getCost ()

 Aggregated cost value.
 
float cost = 1;

publiczna abstrakcja String getDimension ()

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

publiczne streszczenie com.google.protobuf.ByteString getDimensionBytes ()

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