|
|
@@ -1,10 +1,12 @@ |
|
|
|
/** |
|
|
|
* \file src/core/impl/imperative/physical_tensor.cpp |
|
|
|
* \file imperative/src/impl/ops/backward_graph.cpp |
|
|
|
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License") |
|
|
|
* |
|
|
|
* This file is part of MegBrain, a deep learning framework developed by Megvii. |
|
|
|
* |
|
|
|
* \copyright Copyright (c) 2014-2019 Megvii Inc. All rights reserved. |
|
|
|
* Copyright (c) 2014-2020 Megvii Inc. All rights reserved. |
|
|
|
* |
|
|
|
* Unless required by applicable law or agreed to in writing, |
|
|
|
* software distributed under the License is distributed on an |
|
|
|
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
|
|
*/ |
|
|
|
|
|
|
|
#include "megbrain/imperative/ops/backward_graph.h" |
|
|
|