Skip to content

Commit 08ebe06

Browse files
authored
Merge pull request #189 from smsaladi/patch-1
fix typo
2 parents ea553e4 + 8f7f482 commit 08ebe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/performance/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ equal to the number of physical cores rather than logical cores.
114114
config = tf.ConfigProto()
115115
config.intra_op_parallelism_threads = 44
116116
config.inter_op_parallelism_threads = 44
117-
tf.session(config=config)
117+
tf.Session(config=config)
118118
```
119119

120120
The [comparing compiler optimizations](#comparing-compiler-optimizations)

0 commit comments

Comments
 (0)