We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea553e4 + 8f7f482 commit 08ebe06Copy full SHA for 08ebe06
site/en/guide/performance/overview.md
@@ -114,7 +114,7 @@ equal to the number of physical cores rather than logical cores.
114
config = tf.ConfigProto()
115
config.intra_op_parallelism_threads = 44
116
config.inter_op_parallelism_threads = 44
117
-tf.session(config=config)
+tf.Session(config=config)
118
```
119
120
The [comparing compiler optimizations](#comparing-compiler-optimizations)
0 commit comments