We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4031e8 commit 421de4aCopy full SHA for 421de4a
tensorflow/core/protobuf/rewriter_config.proto
@@ -12,6 +12,9 @@ message AutoParallelOptions {
12
}
13
14
message RewriterConfig {
15
+ // Graph rewriting is experimental and subject to change, not subject to any
16
+ // API guarantees.
17
+
18
bool optimize_tensor_layout = 1;
19
bool disable_model_pruning = 2;
20
bool constant_folding = 3;
0 commit comments