diff options
Diffstat (limited to 'cnn_v3/shaders/cnn_v3_enc0.wgsl')
| -rw-r--r-- | cnn_v3/shaders/cnn_v3_enc0.wgsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnn_v3/shaders/cnn_v3_enc0.wgsl b/cnn_v3/shaders/cnn_v3_enc0.wgsl index f52a167..e171ca7 100644 --- a/cnn_v3/shaders/cnn_v3_enc0.wgsl +++ b/cnn_v3/shaders/cnn_v3_enc0.wgsl @@ -1,7 +1,7 @@ // CNN v3 — Encoder level 0 // Conv(20->4, 3x3, zero-pad) + FiLM + ReLU // -// Input: feat_tex0 (rgba32uint, 8xf16), feat_tex1 (rgba32uint, 12xu8) full-res +// Input: feat_tex0 (rgba32uint, 8xf16), feat_tex1 (rgba32uint, 12ch u8norm) full-res // Output: enc0_out (rgba16float, 4ch) full-res // // Weight layout (f16, OIHW + bias): |
