issues
search
gorgonia
/
tensor
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
Apache License 2.0
362
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Optimization on the Repeat operation
#43
owulveryck
closed
5 years ago
7
optimization for the array structure
#42
owulveryck
closed
5 years ago
5
make the tests pass with go > 1.12
#41
owulveryck
closed
5 years ago
4
Casting between data types
#40
cli99
closed
5 years ago
3
proposal for tensor.Must
#39
pa-m
closed
5 years ago
1
Better Error handling
#38
owulveryck
closed
5 years ago
1
Rotating Tensors/Denses, similar to numpy implementation
#37
BryceBeagle
opened
6 years ago
3
Example for FlatBuffer serialization
#36
chewxy
opened
6 years ago
1
Example for Protobuf Serialization
#35
chewxy
opened
6 years ago
1
`*FlatIterator` Support For ColMajor
#34
chewxy
opened
6 years ago
0
Improved multi arch support
#33
pointlander
closed
6 years ago
3
Update .travis.yml
#32
chewxy
closed
6 years ago
2
- fix a bug with Slice() where it deletes all dimensions of size 1.
#31
matdodgson
closed
6 years ago
14
Slice bug "drop any dimension with size 1"
#30
chewxy
closed
6 years ago
3
Import failure
#29
delaneyj
closed
6 years ago
4
using big.Int as backing type
#28
bendecoste
closed
6 years ago
7
Native iterators go into their own package now
#27
chewxy
closed
6 years ago
2
update godoc tag
#26
poopoothegorilla
closed
6 years ago
2
Depointerize Ap
#25
docmerlin
closed
6 years ago
2
Why not sync.Pool
#24
chewxy
opened
6 years ago
0
Pulled iterator_native from the upcoming v0.9.0 update.
#23
chewxy
closed
6 years ago
2
V0.9.0
#22
chewxy
closed
6 years ago
2
Implement @egonelbre's optimization for FlatIterator
#21
chewxy
opened
6 years ago
0
New construction option to take `[][]T` and `[][][]T`
#20
chewxy
opened
6 years ago
0
189fix
#19
chewxy
closed
6 years ago
3
Committing changes made by @siquus in gorgornia : siquus/gorgonia@403…
#18
chewxy
closed
6 years ago
3
V0.8.0 working
#17
chewxy
closed
6 years ago
1
Dense Iterator off by 1
#16
kaarrot
opened
6 years ago
14
merged up with 0.75 of gorgonia: added Contract (written by siquus)
#15
chewxy
closed
7 years ago
0
Fixes #13
#14
chewxy
closed
7 years ago
1
Slicing should be allowed on contiguous views
#13
chewxy
closed
7 years ago
0
Guidelines on use of Borrow and Return
#12
chewxy
opened
7 years ago
0
`complex64` and `complex128` are currently excluded in from being generated by `Generate` method for quick check
#11
chewxy
opened
7 years ago
0
Col major `tensor` support
#10
chewxy
closed
6 years ago
0
Sparse `tensor` work
#9
chewxy
opened
7 years ago
0
Split *Dense into *Dense and *MaskedDense
#8
chewxy
opened
7 years ago
5
FromScalar makes no sense with mask
#7
chewxy
opened
7 years ago
5
MaskedTensor has some fundamental arithmetic issues if we follow Numpy's conventions.
#6
chewxy
opened
7 years ago
3
Iterator.Chan() considered harmful
#5
chewxy
opened
7 years ago
16
Embed `AP` instead of `*AP`
#4
chewxy
closed
6 years ago
3
Obiviate `Use` and `whichblas`
#3
chewxy
opened
7 years ago
0
`Inner` is overly strict for `Float64Engine` and `Float32Engine`
#2
chewxy
opened
7 years ago
0
Tag the current release at 0.8.0 when Gorgonia's 0.8.0 is ready
#1
chewxy
closed
6 years ago
1
Previous