Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

aten #186

Open
kindlychung opened this issue Nov 21, 2018 · 2 comments
Open

aten #186

kindlychung opened this issue Nov 21, 2018 · 2 comments

Comments

@kindlychung
Copy link

repo: https://github.com/zdevito/ATen

ATen: A TENsor library for C++11

ATen is fundamentally a tensor library, on top of which almost all other Python and C++ interfaces in PyTorch are built. It provides a core Tensor class, on which many hundreds of operations are defined. Most of these operations have both CPU and GPU implementations, to which the Tensor class will dynamically dispatch based on its type.

Useful for deep learning projects.

@daemon
Copy link

daemon commented Jul 23, 2019

+1

@Croydon
Copy link
Contributor

Croydon commented Jul 24, 2019

@daemon Please use GitHub reactions not "+1" comments, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants