issues
search
etaler
/
Etaler
A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89
stars
14
forks
source link
Relax indexing requiements
#145
Closed
marty1885
closed
4 years ago
marty1885
commented
4 years ago
Bug fixes
Allow relaxed indexing
ones({8}).view({range(6, 9000)})
Crash before this PR
Now returns
Tensor({1, 1})
Match NumPy behavior
cppyy binding works again
Backend is now printable via cling
ones({8}).view({range(6, 9000)})
Tensor({1, 1})