pytorch/test/bottleneck
Richard Zou feb2785c5c Implement torch.util.bottleneck (#5216)
* Implement torch.util.bottleneck

This is a tool that is intended to be used as initial exploratory
debugging of bottlenecks in user scripts. Run it with

    python -m torch.utils.bottleneck /path/to/source/script.py

* Refactor and address comments

* Fix tests

* Allow passing of args to the profiled script

* Replace Variable
2018-03-23 17:27:35 -04:00
..
test_args.py Implement torch.util.bottleneck (#5216) 2018-03-23 17:27:35 -04:00
test_cuda.py Implement torch.util.bottleneck (#5216) 2018-03-23 17:27:35 -04:00
test.py Implement torch.util.bottleneck (#5216) 2018-03-23 17:27:35 -04:00