Registry / other / torch-th

torch-th

JSON →
library2019-04-19vcpkgunverified

Torch's TH library provides core tensor and mathematical operations for the Torch framework.

vcpkg install torch-th
INSTALL
IMPORT
SIG · TORCH-TH
T
torch-th
othercppv2019-04-19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TH/TH.h
#include <TH/TH.h>

Create and free a 1D long tensor

#include <TH/TH.h> int main() { THLongTensor *tensor = THLongTensor_newWithSize1d(10); THLongTensor_free(tensor); return 0; }
Debug
Known issues
breakingTH is deprecated in favor of ATen and c10; no longer maintained.
fix
Migrate to ATen or libtorch.
affects: >=2019-04-19
Upgrade
Version history
2019-04-19latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

torch-th — pip install torch-th · libregistry