提交 fea5cf62 编写于 作者: M Megvii Engine Team

fix(sdk/loader): debug sstar loader

GitOrigin-RevId: a5847ad460e4bed5508a6ad113586264ecd82526
上级 9cb3c07c
......@@ -154,6 +154,9 @@ static inline size_t mgb_get_dtype_size(MGBDType dtype) {
return 4;
case MGB_DTYPE_UINT8:
return 1;
case MGB_DTYPE_FLOAT16:
case MGB_DTYPE_INT16:
return 2;
default:
__builtin_trap();
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册