|
Mila
Deep Neural Network Library
|
Base class for all compute operations in the Mila neural network framework. More...
#include <string>#include <memory>import Compute.OperationType;import Compute.Precision;import Compute.DeviceContext;import Compute.DeviceType;import Dnn.TensorTraits;Classes | |
| class | Mila::Dnn::Compute::OperationBase< TDeviceType, TInput1, TInput2, TOutput > |
| Base class for all compute operations in the Mila neural network framework. More... | |
Namespaces | |
| namespace | Mila |
| namespace | Mila::Dnn |
| namespace | Mila::Dnn::Compute |
Base class for all compute operations in the Mila neural network framework.
Provides a common interface and functionality for neural network operations across different device types and precision levels.