forked from mindspore-Ecosystem/mindspore
!4959 delete #include "src/ops/primitive_c.h" at model.h
Merge pull request !4959 from yeyunpeng2020/mindspore
This commit is contained in:
commit
528fb81093
|
@ -20,7 +20,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include "src/ops/primitive_c.h"
|
||||
#include "schema/model_generated.h"
|
||||
|
||||
namespace mindspore {
|
||||
#define MS_API __attribute__((visibility("default")))
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "src/ops/primitive_c.h"
|
||||
#include "include/model.h"
|
||||
#include "src/ops/unique.h"
|
||||
#include "src/ops/space_to_batch.h"
|
||||
|
|
Loading…
Reference in New Issue