Uses of Class
org.tensorflow.framework.CostGraphDef.Builder
Packages that use CostGraphDef.Builder
-
Uses of CostGraphDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.addAllCost(Iterable<? extends CostGraphDef.AggregatedCost> values) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addAllNode(Iterable<? extends CostGraphDef.Node> values) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addCost(int index, CostGraphDef.AggregatedCost value) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addCost(int index, CostGraphDef.AggregatedCost.Builder builderForValue) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addCost(CostGraphDef.AggregatedCost value) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addCost(CostGraphDef.AggregatedCost.Builder builderForValue) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.addNode(int index, CostGraphDef.Node value) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addNode(int index, CostGraphDef.Node.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addNode(CostGraphDef.Node value) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addNode(CostGraphDef.Node.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CostGraphDef.Builder.clear()CostGraphDef.Builder.clearCost()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CostGraphDef.Builder.clearNode()repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CostGraphDef.Builder.clone()RunMetadata.Builder.getCostGraphBuilder()The cost graph for the computation defined by the run call.CostGraphDef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CostGraphDef.Builder.mergeFrom(com.google.protobuf.Message other) CostGraphDef.Builder.mergeFrom(CostGraphDef other) final CostGraphDef.BuilderCostGraphDef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CostGraphDef.BuilderCostGraphDef.newBuilder()static CostGraphDef.BuilderCostGraphDef.newBuilder(CostGraphDef prototype) CostGraphDef.newBuilderForType()protected CostGraphDef.BuilderCostGraphDef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CostGraphDef.Builder.removeCost(int index) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.removeNode(int index) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.setCost(int index, CostGraphDef.AggregatedCost value) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.setCost(int index, CostGraphDef.AggregatedCost.Builder builderForValue) repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.setNode(int index, CostGraphDef.Node value) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.setNode(int index, CostGraphDef.Node.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final CostGraphDef.BuilderCostGraphDef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CostGraphDef.toBuilder()Methods in org.tensorflow.framework with parameters of type CostGraphDef.BuilderModifier and TypeMethodDescriptionRunMetadata.Builder.setCostGraph(CostGraphDef.Builder builderForValue) The cost graph for the computation defined by the run call.