zdevito / ATen

ATen: A TENsor library for C++11
683 stars 125 forks source link

Report when first argument is nullable #188

Open ezyang opened 6 years ago

ezyang commented 6 years ago

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