Uses of Interface
org.tensorflow.framework.CostGraphDef.AggregatedCostOrBuilder
Packages that use CostGraphDef.AggregatedCostOrBuilder
-
Uses of CostGraphDef.AggregatedCostOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework 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.framework 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.framework 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;