Large scale fix of python-related files in torch/csrc/
authorPeter Goldsborough <psag@fb.com>
Fri, 7 Dec 2018 20:22:49 +0000 (12:22 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 7 Dec 2018 21:04:46 +0000 (13:04 -0800)
commitd6c53328f9c9f0b569f1d32e4df06fdf5b573c66
tree842edfbe5183cb7e58dc7f4f9df7c695a2d7a563
parent939877bf4b5f37307eebd0cb035d65212b9449f6
Large scale fix of python-related files in torch/csrc/

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

Differential Revision: D13247966

Pulled By: goldsborough

fbshipit-source-id: 7a127c508fc576a7a92626dd6b729f660162d628
57 files changed:
.clang-tidy
tools/run-clang-tidy-in-ci.sh
torch/csrc/DataLoader.cpp
torch/csrc/Device.cpp
torch/csrc/Device.h
torch/csrc/Dtype.cpp
torch/csrc/Exceptions.h
torch/csrc/Generator.cpp
torch/csrc/Layout.cpp
torch/csrc/Module.cpp
torch/csrc/PtrWrapper.cpp
torch/csrc/Size.cpp
torch/csrc/Storage.cpp
torch/csrc/THP.h
torch/csrc/TypeInfo.cpp
torch/csrc/autograd/python_anomaly_mode.h
torch/csrc/autograd/python_cpp_function.cpp
torch/csrc/autograd/python_engine.cpp
torch/csrc/autograd/python_engine.h
torch/csrc/autograd/python_function.cpp
torch/csrc/autograd/python_function.h
torch/csrc/autograd/python_hook.h
torch/csrc/autograd/python_legacy_variable.cpp
torch/csrc/autograd/python_variable.cpp
torch/csrc/autograd/python_variable.h
torch/csrc/byte_order.cpp
torch/csrc/byte_order.h
torch/csrc/copy_utils.h
torch/csrc/cuda/Module.cpp
torch/csrc/cuda/Storage.cpp
torch/csrc/cuda/Tensor.cpp
torch/csrc/distributed/c10d/init.cpp
torch/csrc/generic/Storage.cpp
torch/csrc/jit/batched/BatchTensor.h
torch/csrc/jit/constants.cpp
torch/csrc/jit/init.cpp
torch/csrc/jit/interpreter.h
torch/csrc/jit/passes/alias_analysis.cpp
torch/csrc/jit/passes/alias_analysis.h
torch/csrc/jit/passes/onnx.cpp
torch/csrc/jit/passes/onnx/peephole.cpp
torch/csrc/jit/passes/to_batch.cpp
torch/csrc/jit/python_arg_flatten.h
torch/csrc/jit/python_interpreter.cpp
torch/csrc/jit/python_ir.cpp
torch/csrc/jit/register_prim_ops.cpp
torch/csrc/jit/script/compiler.h
torch/csrc/jit/script/init.cpp
torch/csrc/jit/script/python_tree_views.cpp
torch/csrc/serialization.cpp
torch/csrc/tensor/python_tensor.cpp
torch/csrc/utils.cpp
torch/csrc/utils/invalid_arguments.cpp
torch/csrc/utils/python_arg_parser.cpp
torch/csrc/utils/python_arg_parser.h
torch/csrc/utils/tensor_dtypes.cpp
torch/csrc/utils/tensor_layouts.cpp