mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* Modify tests and start work towards removing symbolic reshape * Refactor symbolic reshape * fix small error * much cleaner + fix more tests * Can remove this now * Update test_symbolic_ops and test_tiny * Couple more tests * Unused import * More tests and add EXPAND to Tensor.empty * Fix test beam search * all int * Fix rangeify by adding shrink * Remove OOB check and so fix test_symbolic_jit * test_symbolic_jit doesn't need OOB Context anymore either * Should remove that test now * Cleanups part 1 * fix linters * Final cleanups * Don't reassign inside for loop --------- Co-authored-by: chenyu <chenyu@fastmail.com> |
||
|---|---|---|
| .. | ||
| extract_dataset.py | ||
| extract_policynet.py | ||
| extract_sa_pairs.py | ||
| generate_dataset.sh | ||
| get_action_space.py | ||
| helpers.py | ||
| pretrain_valuenet.py | ||
| rl.py | ||
| run_qnet.py | ||
| search.py | ||
| test_beam_search.py | ||
| test_helpers.py | ||
| test_net.py | ||
| test_time_linearizer.py | ||