Remove NoneGenerator
authorDavid Riazati <davidriazati@fb.com>
Sat, 22 Dec 2018 00:30:35 +0000 (16:30 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 22 Dec 2018 00:33:37 +0000 (16:33 -0800)
commit934fc2865645b0c9e6608dd3cd40c1acd52ad64c
treef8e8bde70a47ab91ab97aea0fae16ee49ff9a64b
parent1dcf2ea0963ece881cd95841e1db8ac920544e15
Remove NoneGenerator

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15335

Differential Revision: D13540357

Pulled By: driazati

fbshipit-source-id: a289e5944b65872103f68faac74e18f10e7c6fff
aten/src/ATen/core/interned_strings.h
tools/jit/gen_jit_dispatch.py
torch/csrc/jit/ir.cpp
torch/csrc/jit/ir.h
torch/csrc/jit/passes/constant_propagation.cpp
torch/csrc/jit/passes/python_print.cpp
torch/csrc/jit/passes/shape_analysis.cpp
torch/csrc/jit/register_prim_ops.cpp
torch/csrc/jit/script/schema_matching.cpp
torch/csrc/jit/tracer.cpp