Uses of Interface
org.tensorflow.proto.CostGraphDef.AggregatedCostOrBuilder
Packages that use CostGraphDef.AggregatedCostOrBuilder
-
Uses of CostGraphDef.AggregatedCostOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement CostGraphDef.AggregatedCostOrBuilderModifier and TypeClassDescriptionstatic final classTotal cost of this graph, typically used for balancing decisions.static final classTotal cost of this graph, typically used for balancing decisions.Methods in org.tensorflow.proto that return CostGraphDef.AggregatedCostOrBuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.getCostOrBuilder(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.getCostOrBuilder(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDefOrBuilder.getCostOrBuilder(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;Methods in org.tensorflow.proto that return types with arguments of type CostGraphDef.AggregatedCostOrBuilderModifier and TypeMethodDescriptionList<? extends CostGraphDef.AggregatedCostOrBuilder> CostGraphDef.Builder.getCostOrBuilderList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;List<? extends CostGraphDef.AggregatedCostOrBuilder> CostGraphDef.getCostOrBuilderList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;List<? extends CostGraphDef.AggregatedCostOrBuilder> CostGraphDefOrBuilder.getCostOrBuilderList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;