Uses of Class
org.tensorflow.proto.CostGraphDef.AggregatedCost.Builder
Packages that use CostGraphDef.AggregatedCost.Builder
-
Uses of CostGraphDef.AggregatedCost.Builder in org.tensorflow.proto
Subclasses with type arguments of type CostGraphDef.AggregatedCost.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classTotal cost of this graph, typically used for balancing decisions.Methods in org.tensorflow.proto that return CostGraphDef.AggregatedCost.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.addCostBuilder()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addCostBuilder(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.AggregatedCost.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) CostGraphDef.AggregatedCost.Builder.clear()CostGraphDef.AggregatedCost.Builder.clearCost()Aggregated cost value.CostGraphDef.AggregatedCost.Builder.clearDimension()Aggregated cost dimension (e.g.CostGraphDef.AggregatedCost.Builder.clearField(Descriptors.FieldDescriptor field) CostGraphDef.AggregatedCost.Builder.clearOneof(Descriptors.OneofDescriptor oneof) CostGraphDef.AggregatedCost.Builder.clone()CostGraphDef.Builder.getCostBuilder(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.AggregatedCost.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) CostGraphDef.AggregatedCost.Builder.mergeFrom(CostGraphDef.AggregatedCost other) CostGraphDef.AggregatedCost.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) CostGraphDef.AggregatedCost.newBuilder()CostGraphDef.AggregatedCost.newBuilder(CostGraphDef.AggregatedCost prototype) CostGraphDef.AggregatedCost.newBuilderForType()protected CostGraphDef.AggregatedCost.BuilderCostGraphDef.AggregatedCost.newBuilderForType(GeneratedMessageV3.BuilderParent parent) CostGraphDef.AggregatedCost.Builder.setCost(float value) Aggregated cost value.CostGraphDef.AggregatedCost.Builder.setDimension(String value) Aggregated cost dimension (e.g.CostGraphDef.AggregatedCost.Builder.setDimensionBytes(ByteString value) Aggregated cost dimension (e.g.CostGraphDef.AggregatedCost.Builder.setField(Descriptors.FieldDescriptor field, Object value) CostGraphDef.AggregatedCost.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) CostGraphDef.AggregatedCost.Builder.setUnknownFields(UnknownFieldSet unknownFields) CostGraphDef.AggregatedCost.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type CostGraphDef.AggregatedCost.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.getCostBuilderList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;Methods in org.tensorflow.proto with parameters of type CostGraphDef.AggregatedCost.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.addCost(int index, CostGraphDef.AggregatedCost.Builder builderForValue) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addCost(CostGraphDef.AggregatedCost.Builder builderForValue) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.setCost(int index, CostGraphDef.AggregatedCost.Builder builderForValue) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;