增加MNN模型支持
This commit is contained in:
18
cxx/common/tensor.h
Normal file
18
cxx/common/tensor.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef __COMMON_TENSOR_H__
|
||||
#define __COMMON_TENSOR_H__
|
||||
|
||||
enum class TensorDataType {
|
||||
Unknown,
|
||||
Float32,
|
||||
Float64,
|
||||
Int32,
|
||||
Uint32,
|
||||
Int16,
|
||||
Uint16,
|
||||
Int8,
|
||||
Uint8,
|
||||
Int64,
|
||||
Uint64,
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user