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

CPU fast zeroing partition for tensor buffers. More...

#include <cstring>
#include <type_traits>
import Compute.DeviceType;
import Compute.CpuTensorDataTypeTraits;
import Compute.ExecutionContext;
import Dnn.TensorDataTypeTraits;
import Dnn.TensorDataType;
import Dnn.Tensor;

Classes

struct  Mila::Dnn::Compute::Cpu::ZeroOps

Namespaces

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

Detailed Description

CPU fast zeroing partition for tensor buffers.

Provides a device-dispatched fast zero() operation that uses an efficient byte-wise memset for contiguous CPU buffers.