- 22 May, 2023 1 commit
-
-
Philip Meier authored
-
- 17 Jan, 2022 1 commit
-
-
Daniel Falbel authored
* Conditionally include Python in the C++ builds. Added an option `USE_PYTHON` that allows users to decide to link to Python3 or not. * Also conditionally include this defintion. * Define `USE_PYTHON` for the Windows builds. * Remove Python3 reference in CMake test as it's no longer required. * Accidentally removed the closing > from the decl. * Also add `USE_PYTHON` when building the separate image library on Windows. * Also conditionally include this depening on USE_PYTHON. * Go back to require Python for this example. * Find Python in the hello world example. * Add a paragraph documenting the `USE_PYTHON` option. Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
- 14 Sep, 2020 1 commit
-
-
Edgar Andrés Margffoy Tuay authored
* Run C++ torchvision example as part of cmake tests * Enable C++14 support * Minor error correction * Add GPU forward on example * Use arrow operator
-
- 23 Mar, 2020 1 commit
-
-
bmanga authored
* Add hello world example for C++ torchvision * README updates and mention the hello_world example
-