Skip to content

Instantly share code, notes, and snippets.

@athas
Created April 30, 2019 06:47
Show Gist options
  • Save athas/bab978b8cc88b35e0cd3643fdb76a196 to your computer and use it in GitHub Desktop.
Save athas/bab978b8cc88b35e0cd3643fdb76a196 to your computer and use it in GitHub Desktop.
-- ==
-- entry: direct im2col winograd mec
-- random input { [1024][1024]f32 [3][3]f32 }
-- random input { [512][512]f32 [3][3]f32 }
import "direct"
import "im2col"
import "mec"
import "winograd"
entry direct = direct.main
entry im2col = im2col.main
entry mec = mec.main
entry winograd = winograd.main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment