ml4chem.backends package
Submodules
ml4chem.backends.available module
ml4chem.backends.operations module
- class ml4chem.backends.operations.BackendOperations(backend)[source]
Bases:
object
A class for centralizing backend operations
This class will be growing systematically. This is probably not the best solution but can be worked out later.
- Parameters:
backend (object) – A backend object: numpy, tensorflow, or pytorch.