|
Mila
Deep Neural Network Library
|
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. | |
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.