Reorder ORT eager headers (#8813)

This commit is contained in:
ashari4 2021-08-24 14:48:43 -07:00 committed by GitHub
parent 8992e31c85
commit 7f1e880649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include <torch/extension.h>
#include "torch/csrc/autograd/python_variable.h"
#include "python/onnxruntime_pybind_state_common.h"
#include "orttraining/core/framework/torch/dlpack_python.h"
#include <core/session/provider_bridge_ort.h>
#include "ort_backends.h"
#include "ort_log.h"
#include "ort_aten.h"
#include "ort_backends.h"
#include "orttraining/core/framework/ortmodule_graph_builder.h"
#include "python/onnxruntime_pybind_state_common.h"
#include "orttraining/core/framework/torch/dlpack_python.h"
#include <core/session/provider_bridge_ort.h>
#include "ort_customops.h"
#include <torch/extension.h>
#include "torch/csrc/autograd/python_variable.h"
namespace onnxruntime{
namespace python{