Uses of Class
org.tensorflow.framework.CostGraphDef.AggregatedCost
Packages that use CostGraphDef.AggregatedCost
-
Uses of CostGraphDef.AggregatedCost in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.AggregatedCostModifier and TypeMethodDescriptionCostGraphDef.AggregatedCost.Builder.build()CostGraphDef.AggregatedCost.Builder.buildPartial()CostGraphDef.Builder.getCost(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.getCost(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDefOrBuilder.getCost(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.getDefaultInstance()CostGraphDef.AggregatedCost.Builder.getDefaultInstanceForType()CostGraphDef.AggregatedCost.getDefaultInstanceForType()static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseDelimitedFrom(InputStream input) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(byte[] data) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(com.google.protobuf.ByteString data) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(com.google.protobuf.CodedInputStream input) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(InputStream input) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(ByteBuffer data) static CostGraphDef.AggregatedCostCostGraphDef.AggregatedCost.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.AggregatedCostModifier and TypeMethodDescriptionCostGraphDef.Builder.getCostList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.getCostList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDefOrBuilder.getCostList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;com.google.protobuf.Parser<CostGraphDef.AggregatedCost> CostGraphDef.AggregatedCost.getParserForType()static com.google.protobuf.Parser<CostGraphDef.AggregatedCost> CostGraphDef.AggregatedCost.parser()Methods in org.tensorflow.framework with parameters of type CostGraphDef.AggregatedCostModifier and TypeMethodDescriptionCostGraphDef.Builder.addCost(int index, CostGraphDef.AggregatedCost value) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addCost(CostGraphDef.AggregatedCost value) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.AggregatedCost.Builder.mergeFrom(CostGraphDef.AggregatedCost other) CostGraphDef.AggregatedCost.newBuilder(CostGraphDef.AggregatedCost prototype) CostGraphDef.Builder.setCost(int index, CostGraphDef.AggregatedCost value) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;Method parameters in org.tensorflow.framework with type arguments of type CostGraphDef.AggregatedCostModifier and TypeMethodDescriptionCostGraphDef.Builder.addAllCost(Iterable<? extends CostGraphDef.AggregatedCost> values) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;