Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

edgify / torch   python

Repository URL to install this package:

Version: 2.0.1+cpu 

/ share / cmake / ATen / ATenConfig.cmake

# Find the TH includes and library
#
# ATEN_INCLUDE_DIR -- where to find the includes
# ATEN_LIBRARIES -- list of libraries to link against
# ATEN_FOUND -- set to 1 if found

set(ATEN_FOUND 1)
set(ATEN_INCLUDE_DIR "/pytorch/torch/include")
set(ATEN_LIBRARIES "")