gpu_tensor 1.1.4
gpu_tensor: ^1.1.4 copied to clipboard
A comprehensive GPU tensor library for Dart and Flutter, designed to leverage the power of webgpu across platforms for efficient tensor operations.
gpu_tensor #
1.0.1 #
- Fix: pub.dev needs flutter dependency in pubspec.yaml
1.0.0 #
- Initial version includes:
gpu_tensor
package with GPU tensor operations.- Basic tensor operations: addition, subtraction, multiplication, and division.
- GPU accelerated FFT 1D and 2D operations.
- Tensor data operations such as slice, reshape, getElement, head, and tail.
- Unit tests for all tensor operations.
- Example usage in the README file.