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

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

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

Classes

class  Mila::Dnn::Compute::CpuCrossEntropyOp
 CPU implementation of the cross entropy loss operation for neural networks. More...
class  Mila::Dnn::Compute::CpuCrossEntropyOpRegistrar
 Class responsible for registering the CpuCrossEntropyOp operation. More...

Namespaces

namespace  Mila
 Mila main API namespace.
namespace  Mila::Dnn
namespace  Mila::Dnn::Compute

Detailed Description

Implementation of the CPU-based cross entropy operation for neural networks.