Joe Shajrawi

Results 3 issues of Joe Shajrawi

I see the following code in the optimization: ``` // In Glow, AvgPool expects NHWC. auto *TR1 = F->createTranspose( RM->getName().str() + ".transposeNCHW2NHWC", in, NCHW2NHWC); auto *AP = F->createAvgPool(RM->getName().str() + ".avgPool",...

PR #3469 Added the infrastructure for doing backend-specific verifiers. You can see the rationale behind that in issue #3469. It also added such verifiers for the `OpenCL` and `Interpreter` backends,...

good first issue

with a default of 'any layout' for any node that's agonistic to layout constraints. straightforward / just some manual labor for someone motivated: During an operator's construction it will propagate...

good first issue