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

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

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

Classes

class  Mila::Dnn::Compute::CpuSoftmaxOp
 CPU implementation of the softmax operation for neural networks. More...
 
class  Mila::Dnn::Compute::CpuSoftmaxOpRegistrar
 Class responsible for registering the CpuSoftmaxOp operation. More...
 

Namespaces

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

Detailed Description

Implementation of the CPU-based softmax operation for neural networks.