From d8cc192cc8314743f31538e2c901c1e96b3315ae Mon Sep 17 00:00:00 2001 From: medivh-x Date: Thu, 22 Jul 2021 09:51:58 +0800 Subject: [PATCH] smoke test --- graph/tensor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/graph/tensor.cc b/graph/tensor.cc index 85a869b089..8fabdfa017 100644 --- a/graph/tensor.cc +++ b/graph/tensor.cc @@ -819,6 +819,7 @@ const Tensor TensorAdapter::AsTensor(const GeTensor &ge_tensor) { return tensor; } +// some comments Tensor TensorAdapter::AsTensor(GeTensor &ge_tensor) { Tensor tensor; if (tensor.impl != nullptr) { -- Gitee