소스 검색

Update executorch-schema.js

Lutz Roeder 3 주 전
부모
커밋
b6db077e04
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      source/executorch-schema.js

+ 1 - 0
source/executorch-schema.js

@@ -1287,6 +1287,7 @@ vkgraph.VkMemoryLayout = {
     TENSOR_CHANNELS_PACKED: 2,
     PACKED_INT8_4W4C: 3,
     PACKED_INT8_4H4W: 4,
+    PACKED_INT8_4C1W: 8,
     DEFAULT_LAYOUT: 255
 };