tinygrad/tinygrad
SnakeOnex 990fc40219
made seed None by default -> numpy picks a random seed (#946)
* made seed None by default -> numpy picks a random seed

* fixed _seed type

* set the seed to unix timestamp

* make filetype int only
2023-06-06 13:06:23 -07:00
..
codegen fix inf/nan codegen (#935) 2023-06-05 11:24:09 -07:00
nn Whisper (#919) 2023-06-03 18:55:14 -07:00
runtime Eliminate LoadOps.FROMCPU (#920) 2023-06-04 08:55:50 -07:00
shape Zero dim Tensor support (#777) 2023-06-01 11:32:02 -07:00
graph.py don't graph consts 2023-04-14 03:32:20 -07:00
helpers.py Fast DiskTensor to other Tensor (#916) 2023-06-03 12:25:41 -07:00
jit.py jit oops. should add that to commit tests 2023-05-05 22:01:13 -07:00
lazy.py limit split to 1 due to windows path containing : (#944) 2023-06-06 10:27:54 -07:00
mlops.py Add sin/cos/tan (#794) 2023-05-25 09:04:56 -07:00
ops.py Eliminate LoadOps.FROMCPU (#920) 2023-06-04 08:55:50 -07:00
state.py Whisper (#919) 2023-06-03 18:55:14 -07:00
tensor.py made seed None by default -> numpy picks a random seed (#946) 2023-06-06 13:06:23 -07:00