mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* Slice to unbind symbolic * use vmax for now * assert shape in reshape is valid * update test_symbolic_ops to use shrink instead of reshape * remove infer_with_bound_values for npw * symbolic output doesnt have symbolic strides * symbolic jit tests use shrink to unregister symbolic * update test * update more tests * wrap vmax in int() * only create a new st if the store is not an assigne * unwrap st * comments |
||
|---|---|---|
| .. | ||
| 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 | ||