Imported Upstream version 1.11.1
[platform/core/ml/nnfw.git] / tools / nnapi_quickcheck / tests / split_1.lst
1 #ifndef INT_VALUE
2 #error "INT_VALUE should be defined"
3 #endif // INT_VALUE
4
5 INT_VALUE(IFM_N, 1)
6 INT_VALUE(IFM_C, 1)
7 INT_VALUE(IFM_H, 5)
8 INT_VALUE(IFM_W, 30)
9 INT_VALUE(NUM_SPLIT, 5)
10 INT_VALUE(AXIS, 1)