الفئة النهائية العامة الثابتة GraphOptions.Builder
نوع Protobuf tensorflow.GraphOptions
الأساليب العامة
GraphOptions.Builder | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
خيارات الرسم البياني | يبني () |
خيارات الرسم البياني | بناء جزئي () |
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 | خيارات واضحة () Options controlling how graph is optimized. |
GraphOptions.Builder | ClearPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
GraphOptions.Builder | خيارات إعادة الكتابة الواضحة () Options that control the type and amount of graph rewriting. |
GraphOptions.Builder | كليرتيميلاينستيب () If > 0, record a timeline every this many steps. |
GraphOptions.Builder | استنساخ () |
طويل | الحصول علىBuildCostModel () 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. |
خيارات الرسم البياني | |
النهائي الثابت 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. |
منطقية | الحصول على الأشكال () Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
خيارات أوبتيميزر | خيارات الحصول على أوبتيميزر () 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. |
إعادة كتابة التكوين | خيارات إعادة الكتابة () 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. |
كثافة العمليات | الحصول على TimelineStep () If > 0, record a timeline every this many steps. |
منطقية | hasOptimizerOptions () Options controlling how graph is optimized. |
منطقية | خيارات إعادة الكتابة () Options that control the type and amount of graph rewriting. |
منطقية نهائية | تمت التهيئة () |
GraphOptions.Builder | دمج من (com.google.protobuf.Message أخرى) |
GraphOptions.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphOptions.Builder | |
GraphOptions.Builder | mergeRewriteOptions (قيمة RewriterConfig ) Options that control the type and amount of graph rewriting. |
GraphOptions.Builder النهائي | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
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، قيمة الكائن) |
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، قيمة الكائن) |
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.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
GraphOptions.Builder العام addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
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;
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;
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;
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;
النهائي العام الثابت 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;
خيارات Optimizer العامة 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;
getOptimizerOptionsOrBuilder العامة 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 public 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;
تمت تهيئة القيمة المنطقية النهائية العامة ()
GraphOptions.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
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.UnknownFieldSetUnknownFields)
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;
GraphOptions.Builder العام setBuildCostModelAfter (قيمة طويلة)
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
GraphOptions.Builder العامة setEnableBfloat16Sendrecv (قيمة منطقية)
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
مجموعة GraphOptions.Builder العامة EnableRecvScheduling (قيمة منطقية)
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
GraphOptions.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
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;
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;
GraphOptions.Builder العام setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن)
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;
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;