|
@@ -23,11 +23,12 @@ |
|
|
|
|
|
|
|
|
#include "ge/ge_api_error_codes.h" |
|
|
#include "ge/ge_api_error_codes.h" |
|
|
#include "graph/types.h" |
|
|
#include "graph/types.h" |
|
|
|
|
|
#include "graph/detail/attributes_holder.h" |
|
|
#include "graph/ge_attr_value.h" |
|
|
#include "graph/ge_attr_value.h" |
|
|
#include "graph/op_desc.h" |
|
|
#include "graph/op_desc.h" |
|
|
|
|
|
|
|
|
namespace ge { |
|
|
namespace ge { |
|
|
struct SingleOpTensorDesc { |
|
|
|
|
|
|
|
|
struct SingleOpTensorDesc: public AttrHolder { |
|
|
std::string name; |
|
|
std::string name; |
|
|
std::vector<int64_t> dims; |
|
|
std::vector<int64_t> dims; |
|
|
std::vector<int64_t> ori_dims; |
|
|
std::vector<int64_t> ori_dims; |
|
|