Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
CpuLinearOp.ixx File Reference

Implementation of the CPU-based Fully Connected operation for neural networks. More...

#include <math.h>
#include <string>
#include <memory>
#include <vector>
#include <stdexcept>
import Compute.Precision;
import Dnn.Modules.Linear;
import Dnn.ComponentConfig;
import Dnn.Tensor;
import Compute.OperationBase;
import Compute.OperationRegistry;
import Compute.MemoryResource;
import Compute.UnaryOperation;
import Compute.OperationType;
import Compute.DeviceType;
import Compute.CpuMemoryResource;
import Compute.DeviceContext;
import Compute.OperationAttributes;
import Compute.CpuDevice;

Classes

class  Mila::Dnn::Compute::CpuLinearOp
 CPU implementation of the Fully Connected operation for neural networks. More...
 
class  Mila::Dnn::Compute::CpuLinearOpRegistrar
 Class responsible for registering the CpuLinearOp operation. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 
namespace  Mila::Dnn::Compute
 

Detailed Description

Implementation of the CPU-based Fully Connected operation for neural networks.