├── CMakeLists.txt ├── LICENSE ├── README.md ├── TwoLayerNetwork.cpp ├── TwoLayerNetwork.py └── plot_data.py /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/venkatacrc/PyTorchCppFrontEnd/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/venkatacrc/PyTorchCppFrontEnd/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/venkatacrc/PyTorchCppFrontEnd/HEAD/README.md -------------------------------------------------------------------------------- /TwoLayerNetwork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/venkatacrc/PyTorchCppFrontEnd/HEAD/TwoLayerNetwork.cpp -------------------------------------------------------------------------------- /TwoLayerNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/venkatacrc/PyTorchCppFrontEnd/HEAD/TwoLayerNetwork.py -------------------------------------------------------------------------------- /plot_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/venkatacrc/PyTorchCppFrontEnd/HEAD/plot_data.py --------------------------------------------------------------------------------