ส่วนต่อประสานสาธารณะ GraphOptionsOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
ยาวเป็นนามธรรม | 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. |
บูลีนนามธรรม | 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. |
ตัวเลือกเครื่องมือเพิ่มประสิทธิภาพ นามธรรม | getOptimizerOptions () 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. |
บทคัดย่อ RewriterConfigOrBuilder | getRewriteOptionsOrBuilder () Options that control the type and amount of graph rewriting. |
บทคัดย่อ | รับไทม์ไลน์ขั้นตอน () 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. |
วิธีการสาธารณะ
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;
บูลีนนามธรรมสาธารณะ 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;
บทคัดย่อสาธารณะ 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;
บทคัดย่อสาธารณะ 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;