pytorch/torch/csrc/jit/python
Edward Yang 9d42177a31 Delete OperatorOptions, absorb AliasAnalysisKind into FunctionSchema. (#34160)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/34160

I constructed the patch by deleting OperatorOptions and then rerouting
all queries for AliasAnalysisKind to FunctionSchema.  Some of the
behavior is kind of bogus: we really shouldn't be mutating FunctionSchema
after the fact, but that won't get fixed until we actually switch to
true schema merging.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Differential Revision: D20282846

Pulled By: ezyang

fbshipit-source-id: ba7bca6e8adc3365789639b88e54c4e881b1692e
2020-03-11 07:15:18 -07:00
..
init.cpp [quant][graphmode] Swap quantized functional linear with aten::linear (#33853) 2020-03-09 15:45:20 -07:00
init.h
module_python.h
pybind_utils.h [resubmit] try to infer rref type from python (#33992) 2020-02-29 20:26:40 -08:00
pybind.h
python_arg_flatten.cpp
python_arg_flatten.h
python_custom_class.cpp [JIT] Introduce BuiltinOpFunction and integrate into torchbind (#34098) 2020-03-07 10:03:56 -08:00
python_custom_class.h
python_interpreter.cpp Delete OperatorOptions, absorb AliasAnalysisKind into FunctionSchema. (#34160) 2020-03-11 07:15:18 -07:00
python_ir.cpp [CUDA_FUSER] Fork CUDA fuser (#33527) 2020-03-04 20:25:08 -08:00
python_ir.h
python_ivalue.h
python_sugared_value.cpp [jit] Make ModuleLists a sugared value (#34320) 2020-03-09 15:36:46 -07:00
python_sugared_value.h [JIT] add other module apis (#34106) 2020-03-05 16:12:29 -08:00
python_tracer.cpp
python_tracer.h
python_tree_views.cpp
python_tree_views.h
script_init.cpp [JIT] Introduce BuiltinOpFunction and integrate into torchbind (#34098) 2020-03-07 10:03:56 -08:00
script_init.h
update_graph_executor_opt.cpp
update_graph_executor_opt.h