backends#

backends#

This module is used to offer multiple backends to allow using and benchmarking different computing tools and frameworks such as NumPy, JAX, PyTorch, TensorFlow, and others.

Attention

This module is not ready.

Information:
  • design pattern: inheritance, abstraction

  • base class: Backend

  • base class type: ABS (abstract)

Classes

Backend(name)

Abstract backend class.

NumPy(**kwargs)

NumPy backend class.

PyTorch(**kwargs)

PyTorch backend class.

TensorFlow(**kwargs)

TensorFlow backend class.

JAX(**kwargs)

JAX backend class.


Comments 💬#

Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines âš–.