!33291 【MSLITE】delete ms_tensor.h
Merge pull request !33291 from fangzhou0329/fz_dev
This commit is contained in:
commit
c525beaaff
|
@ -20,7 +20,6 @@
|
|||
#include <vector>
|
||||
#include "include/api/types.h"
|
||||
#include "include/api/status.h"
|
||||
#include "include/ms_tensor.h"
|
||||
|
||||
namespace mindspore {
|
||||
namespace common {
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <vector>
|
||||
#include "include/api/types.h"
|
||||
#include "include/api/status.h"
|
||||
#include "include/ms_tensor.h"
|
||||
|
||||
namespace mindspore {
|
||||
namespace common {
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <iostream>
|
||||
#include "include/api/types.h"
|
||||
#include "include/errorcode.h"
|
||||
#include "include/ms_tensor.h"
|
||||
#include "include/api/data_type.h"
|
||||
#include "include/registry/opencl_runtime_wrapper.h"
|
||||
|
||||
|
@ -30,7 +29,6 @@
|
|||
#define C4NUM 4
|
||||
namespace mindspore {
|
||||
namespace custom_common {
|
||||
|
||||
template <typename SrcT, typename DstT>
|
||||
void Broadcast2GpuShape(DstT *dst, const SrcT *src, int src_num) {
|
||||
if (src == nullptr || src_num <= 0) {
|
||||
|
|
Loading…
Reference in New Issue