ATen icon indicating copy to clipboard operation
ATen copied to clipboard

ATen: A TENsor library for C++11

Results 68 ATen issues
Sort by recently updated
recently updated
newest added

I am writing a c++ extension for pytorch where I need to access individual elements of a tensor, and maybe convert it to a standard c++ type such as float....

I want to manually delete/free/release an `at::Tensor` variable or its storage in a function for reducing memory usage. What should I do? Thanks!

I wonder if ATen is supported in Tensorflow. I would like to convert a Pytorch model which has an ATen operation to TensorFlow. I could convert the Pytorch model to...

How does one "select" which cuda stream to run on. Is there a way to pass that into the functions some how?

I want to use cuda Texture Memory.but the function cudaBindTextureToArray() need cuda array.could somebody tell me how to use CUDA Texture memory in pytorch extend?

Would you like to [replace any double quotes](https://github.com/zdevito/ATen/blob/042188fca556e71d3c042ce44b406652f931dfd7/aten/src/ATen/ATen.h#L3 "Check inclusion style") by [angle brackets around file names for include statements](https://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename "What is the difference between #include and #include “filename”?")?

What's a good way to serialize and de-serialize a Tensor to a `vector` or iostream?

CMake Error at src/ATen/CMakeLists.txt:301 (ADD_SUBDIRECTORY): The source directory /home/luminar/ATen/src/ATen/cpu/cpuinfo does not contain a CMakeLists.txt file. The cpuinfo submodule folder is present but there is no .gitmodules and there is no...