!13463 fix include common file
From: @zhaodezan Reviewed-by: @hangangqiang,@zhang_xue_tong Signed-off-by: @hangangqiang
This commit is contained in:
commit
ed34bb27d8
|
@ -17,13 +17,12 @@
|
||||||
#define MINDSPORE_LITE_INCLUDE_MODEL_H_
|
#define MINDSPORE_LITE_INCLUDE_MODEL_H_
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "include/lite_utils.h"
|
#include "include/lite_utils.h"
|
||||||
#include "src/common/utils.h"
|
|
||||||
|
|
||||||
namespace mindspore::lite {
|
namespace mindspore::lite {
|
||||||
struct MS_API Model {
|
struct MS_API Model {
|
||||||
struct Node {
|
struct Node {
|
||||||
String name_;
|
String name_;
|
||||||
NodeType node_type_;
|
int node_type_;
|
||||||
const void *primitive_;
|
const void *primitive_;
|
||||||
Uint32Vector input_indices_;
|
Uint32Vector input_indices_;
|
||||||
Uint32Vector output_indices_;
|
Uint32Vector output_indices_;
|
||||||
|
|
Loading…
Reference in New Issue