Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up creation of neural net inputs
Instead of copying each f32 input separately, we now `memcpy` whole vectors. The performance boost is big, about 10% for the rollouts with the small nets in the repository. For bigger nets the boost is smaller, but should still be measurable.
- Loading branch information