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.clear()CostGraphDef.Builder.clearCost()repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;CostGraphDef.Builder.clearNode()repeated .tensorflow.CostGraphDef.Node node = 1;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) static CostGraphDef.BuilderCostGraphDef.newBuilder()static CostGraphDef.BuilderCostGraphDef.newBuilder(CostGraphDef prototype) CostGraphDef.newBuilderForType()protected CostGraphDef.BuilderCostGraphDef.newBuilderForType(AbstractMessage.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.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.