Uses of Class
org.tensorflow.proto.CostGraphDef.Builder
Packages that use CostGraphDef.Builder
-
Uses of CostGraphDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type CostGraphDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.CostGraphDefMethods in org.tensorflow.proto 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(Descriptors.FieldDescriptor field, Object value) CostGraphDef.Builder.clear()CostGraphDef.Builder.clearCost()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.clearField(Descriptors.FieldDescriptor field) CostGraphDef.Builder.clearNode()repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) CostGraphDef.Builder.clone()RunMetadata.Builder.getCostGraphBuilder()The cost graph for the computation defined by the run call.CostGraphDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) CostGraphDef.Builder.mergeFrom(CostGraphDef other) final CostGraphDef.BuilderCostGraphDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static CostGraphDef.BuilderCostGraphDef.newBuilder()static CostGraphDef.BuilderCostGraphDef.newBuilder(CostGraphDef prototype) CostGraphDef.newBuilderForType()protected CostGraphDef.BuilderCostGraphDef.newBuilderForType(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.setField(Descriptors.FieldDescriptor field, Object value) 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(Descriptors.FieldDescriptor field, int index, Object value) final CostGraphDef.BuilderCostGraphDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) CostGraphDef.toBuilder()Methods in org.tensorflow.proto with parameters of type CostGraphDef.BuilderModifier and TypeMethodDescriptionRunMetadata.Builder.setCostGraph(CostGraphDef.Builder builderForValue) The cost graph for the computation defined by the run call.