Skip to content

Commit 421de4a

Browse files
authored
Note that RewriterConfig is not subject to API guarantees
1 parent f4031e8 commit 421de4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tensorflow/core/protobuf/rewriter_config.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ message AutoParallelOptions {
1212
}
1313

1414
message RewriterConfig {
15+
// Graph rewriting is experimental and subject to change, not subject to any
16+
// API guarantees.
17+
1518
bool optimize_tensor_layout = 1;
1619
bool disable_model_pruning = 2;
1720
bool constant_folding = 3;

0 commit comments

Comments
 (0)