pytorch/docs/cpp
Peter Goldsborough 8468b7d3f0 Fix tensor doc (#12469)
Summary:
The C++ docs for `at::Tensor` are currently broken because we moved the place `Tensor.h` gets generated to without updating our docs. I use `GEN_TO_SOURCE=1` when generating ATen files, so the `Tensor.h` file should end up in `aten/src/ATen/core/Tensor.h` if i understand correctly.

dzhulgakov ezyang gchanan
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12469

Differential Revision: D10248521

Pulled By: goldsborough

fbshipit-source-id: 8d8a11f0f6e2703b8d767dbc523fc34a4374f345
2018-10-09 14:09:22 -07:00
..
source Fix tensor doc (#12469) 2018-10-09 14:09:22 -07:00
Makefile Polish CPP docs, Minor Python Docs Fixes (#11722) 2018-09-18 14:55:57 -07:00
requirements.txt Small fixes to cppdocs for sync script (#11300) 2018-09-05 16:40:47 -07:00