mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Reorder ORT eager headers (#8813)
This commit is contained in:
parent
8992e31c85
commit
7f1e880649
1 changed files with 5 additions and 5 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue