Skip to content
Snippets Groups Projects
NeuralNetwork.cpp 130 B
Newer Older
  • Learn to ignore specific revisions
  • #include "NeuralNetwork.hpp"
    
    
    torch::Device NeuralNetworkImpl::device(torch::cuda::is_available() ? torch::kCUDA : torch::kCPU);