Skip to content

Commit 179c717

Browse files
victorv-vvgeorgepaw
authored andcommitted
Fix code snipped now showing
Summary: TF2.5 Only The code snippets aren't showing because (I think) I needed to put a space between `code-block and the code itself. T58039 Reviewers: georgep, #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, samuelh Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, samuelh Maniphest Tasks: T58039 Differential Revision: https://phabricator.sourcevertex.net/D62793
1 parent 76fd210 commit 179c717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow/python/ipu/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,7 @@ def __init__(self):
15201520
parameter is shown below:
15211521
15221522
.. code-block:: python
1523+
15231524
cfg = config.IPUConfig()
15241525
cfg.matmuls.poplar_options['partialsType'] = "half"
15251526
cfg.configure_ipu_system()
@@ -1561,6 +1562,7 @@ def __init__(self):
15611562
parameter is shown below:
15621563
15631564
.. code-block:: python
1565+
15641566
cfg = config.IPUConfig()
15651567
cfg.convolutions.poplar_options['partialsType'] = "half"
15661568
cfg.configure_ipu_system()

0 commit comments

Comments
 (0)