Mila 0.13.48
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.MemoryResource;
import Compute.DeviceType;
import Compute.DeviceId;
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.
namespace  Mila::Dnn

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.