Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/guide/create_op.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ or that can't change from step-to-step.
You define an attr when you register the op, by specifying its name and type
using the `Attr` method, which expects a spec of the form:

```
```text
<name>: <attr-type-expr>
```

Expand Down
2 changes: 1 addition & 1 deletion site/en/guide/gpu_performance_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ prevent any overheads.

The time to AllReduce should be approximately the same as:

```
```text
(number of parameters * 4bytes)/ (communication bandwidth)
```

Expand Down