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

Interface providing minimal representation for tensor data across different implementations. More...

#include <memory>
#include <string>
#include <cstdint>
import Compute.DeviceType;
import Compute.DeviceId;
import Compute.MemoryResource;
import Dnn.TensorDataType;
import Dnn.TensorTypes;

Classes

class  Mila::Dnn::ITensor
 Abstract interface providing essential tensor information and data access. More...

Namespaces

namespace  Mila
 Mila main API namespace.

Detailed Description

Interface providing minimal representation for tensor data across different implementations.

Defines the essential methods needed to access tensor information in a type-erased manner. Concrete implementations (Tensor<T, MR>) provide typed access on top of this base.