CodeWithKyrian / transformers-php

Transformers PHP is a toolkit for PHP developers to add machine learning magic to their projects easily.
https://codewithkyrian.github.io/transformers-php/
Apache License 2.0
291 stars 16 forks source link

Improve tensor performance #13

Closed CodeWithKyrian closed 3 months ago

CodeWithKyrian commented 3 months ago

What:

Description:

This PR introduces enhancements to the Tensor implementation, aimed at significantly boosting its performance. The improvements primarily target the instantiation process of a new Tensor from an array, along with refining various Tensor operations executed in pure PHP.