CostGraphDef.AggregatedCostOrBuilder

공개 정적 인터페이스 CostGraphDef.AggregatedCostOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 플로트
getCost ()
 Aggregated cost value.
추상 문자열
getDimension ()
 Aggregated cost dimension (e.g.
추상 com.google.protobuf.ByteString
getDimensionBytes ()
 Aggregated cost dimension (e.g.

공개 방법

공개 추상 부동 getCost ()

 Aggregated cost value.
 
float cost = 1;

공개 추상 문자열 getDimension ()

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

공개 추상 com.google.protobuf.ByteString getDimensionBytes ()

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