mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-11 00:49:31 +00:00
Kezhan/renaming graph_base.h to graph.h (#95)
* rename graph.h to graph_viewer.h * rename graph_base.h to graph.h
This commit is contained in:
parent
a78acb2d2c
commit
005f9dca96
4 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "core/graph/graph_base.h"
|
||||
#include "core/graph/graph.h"
|
||||
|
||||
namespace onnxruntime {
|
||||
class Function;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include "core/common/logging/logging.h"
|
||||
#include "core/common/logging/sinks/clog_sink.h"
|
||||
#include "core/common/status.h"
|
||||
#include "core/graph/graph_base.h"
|
||||
#include "core/graph/graph.h"
|
||||
#include "core/framework/allocator.h"
|
||||
#include "core/framework/tensor.h"
|
||||
#include "core/framework/ml_value.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#define PY_ARRAY_UNIQUE_SYMBOL onnxruntime_python_ARRAY_API
|
||||
#include <numpy/arrayobject.h>
|
||||
|
||||
#include "core/graph/graph_base.h"
|
||||
#include "core/graph/graph.h"
|
||||
#include "core/framework/tensor_shape.h"
|
||||
#include "core/framework/tensor.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue