neureka.backend.api.template.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neureka Show documentation
Show all versions of neureka Show documentation
A platform independent tensor library written in Java.
The newest version!
# Templates #
This package holds reusable template implementations
of main interfaces exposed by the backend API, namely:
| layer | interfaces | purpose |
|-------|---------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| 0 | `Operation` | A high level representation of an operation, hosting one or more algorithms. |
| 1 | `Algorithm`, `DeviceAlgorithm` | A simple `Algorithm` operating on an `ExecutionCall` or a `DeviceAlgorithm` hosting and calling device specific implementations. |
| 2 | `ImplementationFor` | `Device` specific implementations hosted and called by `DeviceAlgorithm`s. |
- Visit the `neureka.backend.api.template.operations` package
to find reusable code to build `Operation`s.
- Visit the `neureka.backend.api.template.algorithms` package
to find reusable code to build `Algorithm`s and `DeviceAlgorithm`s.
- Visit the `neureka.backend.api.template.implementations` package
to find reusable code to build `ImplementationFor` for `DeviceAlgorithm`s.
---
© 2015 - 2025 Weber Informatics LLC | Privacy Policy