We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e103562 commit 7773abbCopy full SHA for 7773abb
include/mli_types.hpp
@@ -62,6 +62,9 @@ constexpr short int kKernelONNXDWChannelInDim = kKernelONNXDWGroupDim;
62
constexpr short int kKernelFCChannelInDim = 0;
63
constexpr short int kKernelFCChannelOutDim = 1;
64
65
+constexpr short int kTensorFCGroupDim = 0;
66
+constexpr short int kTensorFCChannelDim = 1;
67
+
68
constexpr short int kPerTensorQuantDim = -1;
69
constexpr short int kSkipIterDim = -1;
70
0 commit comments