Back to Mnn

MNN: include/ErrorCode.hpp 源文件

doc/API/html/_error_code_8hpp_source.html

3.5.04.0 KB
Original Source

| MNN 1.0 |

ErrorCode.hpp

浏览该文件的文档.

1 //

2 // ErrorCode.hpp

3 // MNN

4 //

5 // Created by MNN on 2018/09/18.

6 // Copyright © 2018, Alibaba Group Holding Limited

7 //

8

9 #ifndef ErrorCode_h

10 #define ErrorCode_h

11

12 namespace MNN {

13 enum ErrorCode {

14NO_ERROR = 0,

15OUT_OF_MEMORY = 1,

16NOT_SUPPORT = 2,

17COMPUTE_SIZE_ERROR = 3,

18NO_EXECUTION = 4,

19

20// User error

21INPUT_DATA_ERROR = 10,

22CALL_BACK_STOP = 11,

23

24// Op Resize Error

25TENSOR_NOT_SUPPORT = 20,

26TENSOR_NEED_DIVIDE = 21,

27 };

28 }

29

30 #endif /* ErrorCode_h */

MNN::TENSOR_NEED_DIVIDE

Definition: ErrorCode.hpp:26

MNN::TENSOR_NOT_SUPPORT

Definition: ErrorCode.hpp:25

MNN::NO_EXECUTION

Definition: ErrorCode.hpp:18

MNN::CALL_BACK_STOP

Definition: ErrorCode.hpp:22

MNN::COMPUTE_SIZE_ERROR

Definition: ErrorCode.hpp:17

MNN::OUT_OF_MEMORY

Definition: ErrorCode.hpp:15

MNN

Definition: AutoTime.hpp:16

MNN::NOT_SUPPORT

Definition: ErrorCode.hpp:16

MNN::NO_ERROR

Definition: ErrorCode.hpp:14

MNN::INPUT_DATA_ERROR

Definition: ErrorCode.hpp:21

MNN::ErrorCode

ErrorCode

Definition: ErrorCode.hpp:13


制作者 1.8.15