Browse Source

fix serving build

tags/v0.6.0-beta
dinghao 5 years ago
parent
commit
c8cf50b872
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/ms_tensor.h

+ 1
- 1
include/ms_tensor.h View File

@@ -20,7 +20,7 @@
#include <utility>
#include <vector>
#include <memory>
#include "ir/dtype/type_id.h"
#include "mindspore/core/ir/dtype/type_id.h"

namespace mindspore {
#define MS_API __attribute__((visibility("default")))


Loading…
Cancel
Save