提交 6d864140 编写于 作者: Y yanghongtian

add subgraph compute and backends

上级 8278f114
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "lite/kernels/hw_ascend_npu/bridges/graph.h" #include "lite/kernels/hw_ascend_npu/bridges/graph.h"
/// reference from opp package /// reference from opp package
#include <utility> #include <utility>
#include "lite/kernels/hw_ascend_npu/utility.h" #include "lite/kernels/hw_ascend_npu/bridges/utility.h"
namespace paddle { namespace paddle {
namespace lite { namespace lite {
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#include "lite/kernels/hw_ascend_npu/utility.h" #include "lite/kernels/hw_ascend_npu/bridges/utility.h"
#include <algorithm>
#include <utility> #include <utility>
#include <algorithm
namespace paddle { namespace paddle {
namespace lite { namespace lite {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册