Skip to content

This module, part of Minitorch (Prototype of PyTorch) lib, implements a tensor object. Tensors group together many repeated operations to save Python overhead and to pass off grouped operations to faster implementations.

Notifications You must be signed in to change notification settings

sarvghotra/minitorch_Module-2

Repository files navigation

About

This module, part of Minitorch (Prototype of PyTorch) lib, implements a tensor object. Tensors group together many repeated operations to save Python overhead and to pass off grouped operations to faster implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages