Browse Source

docs(readme): update README.md

From GITHUB 393

COPYBARA_INTEGRATE_REVIEW=https://github.com/MegEngine/MegEngine/pull/393 from mlbo:patch-1 fe10cf5bc7

 Author:    iotboy <iotboy@163.com>

Closes #393

GitOrigin-RevId: 2dfc762e03
tags/v1.8.1.m1
iotboy Megvii Engine Team 3 years ago
parent
commit
9809871e13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      imperative/README.md

+ 1
- 1
imperative/README.md View File

@@ -94,6 +94,6 @@ Tensor-likes have a dataflow semantic, thus immutable. `TensorWrapper` provide a

* op always return a tuple

`result, = outputs`
`result = outputs`

* input can be any tensor-like

Loading…
Cancel
Save