zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report when first argument is nullable

ezyang opened this issue · comments

Variable codegen seems to assume that the first argument is not nullable. Better check this.