Uses of Class
org.tensorflow.framework.CostGraphDef.AggregatedCost.Builder
Packages that use CostGraphDef.AggregatedCost.Builder
-
Uses of CostGraphDef.AggregatedCost.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field) CostGraphDef.AggregatedCost.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CostGraphDef.AggregatedCost.Builder.clone()CostGraphDef.Builder.getCostBuilder(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.AggregatedCost.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CostGraphDef.AggregatedCost.Builder.mergeFrom(com.google.protobuf.Message other) CostGraphDef.AggregatedCost.Builder.mergeFrom(CostGraphDef.AggregatedCost other) CostGraphDef.AggregatedCost.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CostGraphDef.AggregatedCost.newBuilder()CostGraphDef.AggregatedCost.newBuilder(CostGraphDef.AggregatedCost prototype) CostGraphDef.AggregatedCost.newBuilderForType()protected CostGraphDef.AggregatedCost.BuilderCostGraphDef.AggregatedCost.newBuilderForType(com.google.protobuf.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(com.google.protobuf.ByteString value) Aggregated cost dimension (e.g.CostGraphDef.AggregatedCost.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CostGraphDef.AggregatedCost.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CostGraphDef.AggregatedCost.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CostGraphDef.AggregatedCost.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.AggregatedCost.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.getCostBuilderList()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;Methods in org.tensorflow.framework 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;