Uses of Class
org.tensorflow.framework.GraphOptions.Builder
Packages that use GraphOptions.Builder
-
Uses of GraphOptions.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphOptions.BuilderModifier and TypeMethodDescriptionGraphOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GraphOptions.Builder.clear()GraphOptions.Builder.clearBuildCostModel()The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. 0 means no cost model.GraphOptions.Builder.clearBuildCostModelAfter()The number of steps to skip before collecting statistics for the cost model.GraphOptions.Builder.clearEnableBfloat16Sendrecv()If true, transfer float values between processes as bfloat16.GraphOptions.Builder.clearEnableRecvScheduling()If true, use control flow to schedule the activation of Recv nodes.GraphOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GraphOptions.Builder.clearInferShapes()Annotate each Node with Op output shape data, to the extent it can be statically inferred.GraphOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GraphOptions.Builder.clearOptimizerOptions()Options controlling how graph is optimized.GraphOptions.Builder.clearPlacePrunedGraph()Only place the subgraphs that are run, rather than the entire graph.GraphOptions.Builder.clearRewriteOptions()Options that control the type and amount of graph rewriting.GraphOptions.Builder.clearTimelineStep()If > 0, record a timeline every this many steps.GraphOptions.Builder.clone()ConfigProto.Builder.getGraphOptionsBuilder()Options that apply to all graphs.GraphOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GraphOptions.Builder.mergeFrom(com.google.protobuf.Message other) GraphOptions.Builder.mergeFrom(GraphOptions other) GraphOptions.Builder.mergeOptimizerOptions(OptimizerOptions value) Options controlling how graph is optimized.GraphOptions.Builder.mergeRewriteOptions(RewriterConfig value) Options that control the type and amount of graph rewriting.final GraphOptions.BuilderGraphOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GraphOptions.BuilderGraphOptions.newBuilder()static GraphOptions.BuilderGraphOptions.newBuilder(GraphOptions prototype) GraphOptions.newBuilderForType()protected GraphOptions.BuilderGraphOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GraphOptions.Builder.setBuildCostModel(long value) The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. 0 means no cost model.GraphOptions.Builder.setBuildCostModelAfter(long value) The number of steps to skip before collecting statistics for the cost model.GraphOptions.Builder.setEnableBfloat16Sendrecv(boolean value) If true, transfer float values between processes as bfloat16.GraphOptions.Builder.setEnableRecvScheduling(boolean value) If true, use control flow to schedule the activation of Recv nodes.GraphOptions.Builder.setInferShapes(boolean value) Annotate each Node with Op output shape data, to the extent it can be statically inferred.GraphOptions.Builder.setOptimizerOptions(OptimizerOptions value) Options controlling how graph is optimized.GraphOptions.Builder.setOptimizerOptions(OptimizerOptions.Builder builderForValue) Options controlling how graph is optimized.GraphOptions.Builder.setPlacePrunedGraph(boolean value) Only place the subgraphs that are run, rather than the entire graph.GraphOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GraphOptions.Builder.setRewriteOptions(RewriterConfig value) Options that control the type and amount of graph rewriting.GraphOptions.Builder.setRewriteOptions(RewriterConfig.Builder builderForValue) Options that control the type and amount of graph rewriting.GraphOptions.Builder.setTimelineStep(int value) If > 0, record a timeline every this many steps.final GraphOptions.BuilderGraphOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GraphOptions.toBuilder()Methods in org.tensorflow.framework with parameters of type GraphOptions.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.setGraphOptions(GraphOptions.Builder builderForValue) Options that apply to all graphs.