Skip to content

Instantly share code, notes, and snippets.

@cyrusbehr
Created September 12, 2019 18:47
Show Gist options
  • Save cyrusbehr/0053515df36fe9c964fba38833d8f22d to your computer and use it in GitHub Desktop.
Save cyrusbehr/0053515df36fe9c964fba38833d8f22d to your computer and use it in GitHub Desktop.
NCNN mxnet2ncnn _copy operator fix
else if (n.op == "_copy")
{
fprintf(pp, "%-16s", "UnaryOp");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment