pytorch/test/cpp_extensions
Peter Goldsborough 67d0d14908
Rename autograd namespace to torch and change torch.h into python.h (#7267)
* Rename autograd namespace to torch and change torch.h into python.h

* Include torch.h instead of python.h in test/cpp/api

* Change some mentions of torch.h to python.h in C++ extensions

* Set paths directly, without find_path
2018-05-04 08:04:57 -07:00
..
torch_test_cpp_extension Add support for dotted names in CPP Extensions (#6986) 2018-04-29 18:10:03 +02:00
cuda_extension.cpp Rename autograd namespace to torch and change torch.h into python.h (#7267) 2018-05-04 08:04:57 -07:00
cuda_extension.cu Improve CUDA extension support (#5324) 2018-02-23 10:15:30 -05:00
cuda_extension_kernel.cu Improve CUDA extension support (#5324) 2018-02-23 10:15:30 -05:00
cuda_extension_kernel2.cu Improve CUDA extension support (#5324) 2018-02-23 10:15:30 -05:00
doubler.h Rename autograd namespace to torch and change torch.h into python.h (#7267) 2018-05-04 08:04:57 -07:00
extension.cpp Rename autograd namespace to torch and change torch.h into python.h (#7267) 2018-05-04 08:04:57 -07:00
jit_extension.cpp Rename autograd namespace to torch and change torch.h into python.h (#7267) 2018-05-04 08:04:57 -07:00
jit_extension2.cpp Rename autograd namespace to torch and change torch.h into python.h (#7267) 2018-05-04 08:04:57 -07:00
setup.py Add support for dotted names in CPP Extensions (#6986) 2018-04-29 18:10:03 +02:00