کلاس نهایی استاتیک عمومی GraphOptions.Builder
نوع Protobuf tensorflow.GraphOptions
روش های عمومی
GraphOptions.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
GraphOptions | ساختن () |
GraphOptions | ساخت جزئی () |
GraphOptions.Builder | روشن () |
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) |
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 | clearPrunedGraph () 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 | کلون () |
طولانی | getBuildCostModel () The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. |
طولانی | getBuildCostModelAfter () The number of steps to skip before collecting statistics for the cost model. |
GraphOptions | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
بولی | getEnableBfloat16Sendrecv () If true, transfer float values between processes as bfloat16. |
بولی | getEnableRecvScheduling () If true, use control flow to schedule the activation of Recv nodes. |
بولی | 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. |
بولی | 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. |
بین المللی | getTimelineStep () If > 0, record a timeline every this many steps. |
بولی | hasOptimizerOptions () Options controlling how graph is optimized. |
بولی | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
بولی نهایی | |
GraphOptions.Builder | mergeFrom (com.google.protobuf.Message other) |
GraphOptions.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions.Builder | |
GraphOptions.Builder | mergeRewriteOptions (مقدار RewriterConfig ) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
GraphOptions.Builder | setBuildCostModel (مقدار طولانی) 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 (مقدار طولانی) The number of steps to skip before collecting statistics for the cost model. |
GraphOptions.Builder | setEnableBfloat16Sendrecv (مقدار بولی) If true, transfer float values between processes as bfloat16. |
GraphOptions.Builder | setEnableRecvScheduling (مقدار بولی) If true, use control flow to schedule the activation of Recv nodes. |
GraphOptions.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
GraphOptions.Builder | setInferShapes (مقدار بولی) Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
GraphOptions.Builder | |
GraphOptions.Builder | setOptimizerOptions ( OptimizerOptions.Builder builderForValue) Options controlling how graph is optimized. |
GraphOptions.Builder | setPlacePrunedGraph (مقدار بولی) Only place the subgraphs that are run, rather than the entire graph. |
GraphOptions.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
GraphOptions.Builder | setRewriteOptions ( RewriterConfig.Builder builderForValue) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | setRewriteOptions (مقدار RewriterConfig ) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | setTimelineStep (مقدار int) If > 0, record a timeline every this many steps. |
GraphOptions.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی GraphOptions.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
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 GraphOptions.Builder clearBuildCostModelAfter ()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
عمومی GraphOptions.Builder clearEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
عمومی GraphOptions.Builder clearEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
عمومی GraphOptions.Builder clearInferShapes ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
عمومی GraphOptions.Builder clearOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
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;
عمومی 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 GraphOptions.Builder clearTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
عمومی طولانی 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;
عمومی طولانی getBuildCostModelAfter ()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
بولی عمومی getEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
بولی عمومی getEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
getInferShapes بولی عمومی ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
عمومی OptimizerOptions getOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
عمومی OptimizerOptions.Builder getOptimizerOptionsBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
عمومی OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
بولی عمومی 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;
عمومی 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;
عمومی 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;
عمومی 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;
عمومی int getTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
hasOptimizerOptions بولی عمومی ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
بولین عمومی 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;
بولین نهایی عمومی isInitialized ()
عمومی GraphOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی GraphOptions.Builder mergeOptimizerOptions (مقدار OptimizerOptions )
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
عمومی GraphOptions.Builder mergeRewriteOptions (مقدار RewriterConfig )
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;
نهایی عمومی GraphOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public GraphOptions.Builder setBuildCostModel (مقدار طولانی)
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 setBuildCostModelAfter (مقدار طولانی)
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
Public GraphOptions.Builder setEnableBfloat16Sendrecv (مقدار بولی)
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
عمومی GraphOptions.Builder setEnableRecvScheduling (مقدار بولی)
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
Public GraphOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
Public GraphOptions.Builder setInferShapes (مقدار بولی)
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
عمومی GraphOptions.Builder setOptimizerOptions (مقدار OptimizerOptions )
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
عمومی GraphOptions.Builder setOptimizerOptions ( OptimizerOptions.Builder builderForValue)
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
public GraphOptions.Builder setPlacePrunedGraph (مقدار بولی)
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 setRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
عمومی 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;
عمومی GraphOptions.Builder setRewriteOptions (مقدار RewriterConfig )
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 setTimelineStep (مقدار int)
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;