tensor
Here are 266 public repositories matching this topic...
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
-
Updated
Jul 13, 2020 - Jupyter Notebook
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
Updated
Sep 12, 2020 - Python
LibRec: A Leading Java Library for Recommender Systems, see
-
Updated
Jul 30, 2020 - Java
Support Series.median()
Deep learning operations reinvented (for pytorch, tensorflow, chainer, gluon and others)
-
Updated
Sep 11, 2020 - Python
Hey Contributor!
Thanks for checking out HyperLearn!! Super appreciate it.
Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.
Also, if you have a NEW idea: please post an issue and label it new enhancement.
In terms of priorities, I wanted
TensorLy: Tensor Learning in Python.
-
Updated
Sep 9, 2020 - Python
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
-
Updated
Aug 25, 2020 - C++
The Egison Programming Language
-
Updated
Sep 12, 2020 - Haskell
A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
-
Updated
Sep 12, 2020 - Nim
Low-Rank and Sparse Tools for Background Modeling and Subtraction in Videos
-
Updated
Apr 23, 2020 - MATLAB
RFC for common in-memory tensor structure and operator interface for deep learning system
-
Updated
Jul 1, 2020 - C
NiuTensor is an open-source toolkit developed by a joint team from NLP Lab. at Northeastern University and the NiuTrans Team. It provides tensor utilities to create and train neural networks.
-
Updated
Apr 14, 2020 - C++
-
Updated
Aug 19, 2020 - Python
OCaml bindings for PyTorch
-
Updated
Sep 2, 2020 - OCaml
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
-
Updated
Sep 9, 2020 - Jupyter Notebook
⟨Leibniz-Grassmann-Clifford⟩ differential geometric algebra / multivector simplicial complex
-
Updated
Sep 12, 2020 - Julia
Experimental tensor-typed deep learning
-
Updated
Sep 12, 2019 - Scala
Blitz++ Multi-Dimensional Array Library for C++
-
Updated
Sep 7, 2020 - C++
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
-
Updated
Aug 25, 2020 - C++
The Scaladoc should be similar to numpy's API reference
Numpy has a way to rotate matrices by increments of 90 degrees using their rot90 method that uses transposes and flips.
There is a transpose method for Tensors, but no way of flipping the Tensor that I see.
Is there a way of properly rotating a Tensor/Dense currently, other than through manual iteration over the
The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers
-
Updated
Nov 9, 2019 - Nim
My personal reference for Tensorflow
-
Updated
Aug 9, 2017
Tensors and differentiable operations (like TensorFlow) in Rust
-
Updated
Aug 15, 2020 - Rust
High-Performance Tensor Transpose library
-
Updated
Aug 18, 2020 - C++
Improve this page
Add a description, image, and links to the tensor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensor topic, visit your repo's landing page and select "manage topics."


Follow up on #43476.
Scanning CUDA KernelUtils.GET_BLOCKS might be called with overflowed 32bit integers. should convert to int64 to hold num_kernels
Additional context
See examples such as:
https://github.com/pytorch/pytorch/blob/c010ef7f0c6d837809a7e973048afac76373e3de/aten/src/ATen/native/cuda/vol2col.cuh#L107
https://github.com/pytorch/pytorch/blob/c010ef7f0c6d83780