public static final class GraphOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder> implements GraphOptionsOrBuilder
tensorflow.GraphOptions| Modifier and Type | Method and Description |
|---|---|
GraphOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GraphOptions |
build() |
GraphOptions |
buildPartial() |
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.
|
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() |
long |
getBuildCostModel()
The number of steps to run before returning a cost model detailing
the memory usage and performance of each node of the graph.
|
long |
getBuildCostModelAfter()
The number of steps to skip before collecting statistics for the
cost model.
|
GraphOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getEnableBfloat16Sendrecv()
If true, transfer float values between processes as bfloat16.
|
boolean |
getEnableRecvScheduling()
If true, use control flow to schedule the activation of Recv nodes.
|
boolean |
getInferShapes()
Annotate each Node with Op output shape data, to the extent it can
be statically inferred.
|
OptimizerOptions |
getOptimizerOptions()
Options controlling how graph is optimized.
|
OptimizerOptions.Builder |
getOptimizerOptionsBuilder()
Options controlling how graph is optimized.
|
OptimizerOptionsOrBuilder |
getOptimizerOptionsOrBuilder()
Options controlling how graph is optimized.
|
boolean |
getPlacePrunedGraph()
Only place the subgraphs that are run, rather than the entire graph.
|
RewriterConfig |
getRewriteOptions()
Options that control the type and amount of graph rewriting.
|
RewriterConfig.Builder |
getRewriteOptionsBuilder()
Options that control the type and amount of graph rewriting.
|
RewriterConfigOrBuilder |
getRewriteOptionsOrBuilder()
Options that control the type and amount of graph rewriting.
|
int |
getTimelineStep()
If > 0, record a timeline every this many steps.
|
boolean |
hasOptimizerOptions()
Options controlling how graph is optimized.
|
boolean |
hasRewriteOptions()
Options that control the type and amount of graph rewriting.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GraphOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions.Builder |
mergeFrom(GraphOptions other) |
GraphOptions.Builder |
mergeFrom(com.google.protobuf.Message 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.
|
GraphOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.
|
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 |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.Builder builderForValue)
Options controlling how graph is optimized.
|
GraphOptions.Builder |
setOptimizerOptions(OptimizerOptions value)
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.Builder builderForValue)
Options that control the type and amount of graph rewriting.
|
GraphOptions.Builder |
setRewriteOptions(RewriterConfig value)
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.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GraphOptions build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GraphOptions buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GraphOptions.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GraphOptions.Builder>public GraphOptions.Builder mergeFrom(GraphOptions other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public GraphOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GraphOptions.Builder>IOExceptionpublic boolean getEnableRecvScheduling()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;getEnableRecvScheduling in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setEnableRecvScheduling(boolean value)
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;public GraphOptions.Builder clearEnableRecvScheduling()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;public boolean hasOptimizerOptions()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;hasOptimizerOptions in interface GraphOptionsOrBuilderpublic OptimizerOptions getOptimizerOptions()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;getOptimizerOptions in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setOptimizerOptions(OptimizerOptions value)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;public GraphOptions.Builder setOptimizerOptions(OptimizerOptions.Builder builderForValue)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;public GraphOptions.Builder mergeOptimizerOptions(OptimizerOptions value)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;public GraphOptions.Builder clearOptimizerOptions()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;public OptimizerOptions.Builder getOptimizerOptionsBuilder()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;public OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;getOptimizerOptionsOrBuilder in interface GraphOptionsOrBuilderpublic long getBuildCostModel()
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.
int64 build_cost_model = 4;getBuildCostModel in interface GraphOptionsOrBuilderpublic 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.
int64 build_cost_model = 4;public 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.
int64 build_cost_model = 4;public long getBuildCostModelAfter()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;getBuildCostModelAfter in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setBuildCostModelAfter(long value)
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;public GraphOptions.Builder clearBuildCostModelAfter()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;public boolean getInferShapes()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;getInferShapes in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setInferShapes(boolean value)
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;public GraphOptions.Builder clearInferShapes()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;public boolean getPlacePrunedGraph()
Only place the subgraphs that are run, rather than the entire graph. This is useful for interactive graph building, where one might produce graphs that cannot be placed during the debugging process. In particular, it allows the client to continue work in a session after adding a node to a graph whose placement constraints are unsatisfiable.
bool place_pruned_graph = 6;getPlacePrunedGraph in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setPlacePrunedGraph(boolean value)
Only place the subgraphs that are run, rather than the entire graph. This is useful for interactive graph building, where one might produce graphs that cannot be placed during the debugging process. In particular, it allows the client to continue work in a session after adding a node to a graph whose placement constraints are unsatisfiable.
bool place_pruned_graph = 6;public GraphOptions.Builder clearPlacePrunedGraph()
Only place the subgraphs that are run, rather than the entire graph. This is useful for interactive graph building, where one might produce graphs that cannot be placed during the debugging process. In particular, it allows the client to continue work in a session after adding a node to a graph whose placement constraints are unsatisfiable.
bool place_pruned_graph = 6;public boolean getEnableBfloat16Sendrecv()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;getEnableBfloat16Sendrecv in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setEnableBfloat16Sendrecv(boolean value)
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;public GraphOptions.Builder clearEnableBfloat16Sendrecv()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;public int getTimelineStep()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;getTimelineStep in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setTimelineStep(int value)
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;public GraphOptions.Builder clearTimelineStep()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;public boolean hasRewriteOptions()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;hasRewriteOptions in interface GraphOptionsOrBuilderpublic RewriterConfig getRewriteOptions()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;getRewriteOptions in interface GraphOptionsOrBuilderpublic GraphOptions.Builder setRewriteOptions(RewriterConfig value)
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;public GraphOptions.Builder setRewriteOptions(RewriterConfig.Builder builderForValue)
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;public GraphOptions.Builder mergeRewriteOptions(RewriterConfig value)
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;public GraphOptions.Builder clearRewriteOptions()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;public RewriterConfig.Builder getRewriteOptionsBuilder()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;public RewriterConfigOrBuilder getRewriteOptionsOrBuilder()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;getRewriteOptionsOrBuilder in interface GraphOptionsOrBuilderpublic final GraphOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>public final GraphOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GraphOptions.Builder>Copyright © 2015–2019. All rights reserved.