From 9809871e1316d19ac25a864c166df33006059887 Mon Sep 17 00:00:00 2001 From: iotboy Date: Fri, 19 Nov 2021 18:59:49 +0800 Subject: [PATCH] docs(readme): update README.md From GITHUB 393 COPYBARA_INTEGRATE_REVIEW=https://github.com/MegEngine/MegEngine/pull/393 from mlbo:patch-1 fe10cf5bc796b545eaeef8b2f8d0be7f0a5782c4 Author: iotboy Closes #393 GitOrigin-RevId: 2dfc762e0386dfc0d8202aeca8da9947978af941 --- imperative/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imperative/README.md b/imperative/README.md index d6dcfdbcd..aaa67e837 100644 --- a/imperative/README.md +++ b/imperative/README.md @@ -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 -- GitLab