Uses of Class
org.tensorflow.proto.GraphOptions.Builder
Packages that use GraphOptions.Builder
-
Uses of GraphOptions.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphOptions.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.GraphOptionsMethods in org.tensorflow.proto that return GraphOptions.BuilderModifier and TypeMethodDescriptionGraphOptions.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.clearInferShapes()Annotate each Node with Op output shape data, to the extent it can be statically inferred.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.ConfigProto.Builder.getGraphOptionsBuilder()Options that apply to all graphs.GraphOptions.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 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.static GraphOptions.BuilderGraphOptions.newBuilder()static GraphOptions.BuilderGraphOptions.newBuilder(GraphOptions prototype) GraphOptions.newBuilderForType()protected GraphOptions.BuilderGraphOptions.newBuilderForType(AbstractMessage.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.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.GraphOptions.toBuilder()Methods in org.tensorflow.proto with parameters of type GraphOptions.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.setGraphOptions(GraphOptions.Builder builderForValue) Options that apply to all graphs.