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

Abstract device-agnostic paired operation interface. More...

Classes

class  Mila::Dnn::Compute::PairedOperation< TDeviceType, TPrecision, TInputA, TInputB >
 Abstract base for paired operations: two inputs -> two outputs. More...

Namespaces

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

Detailed Description

Abstract device-agnostic paired operation interface.

Typed, device-aware interface for paired operations (two inputs -> two outputs). Models symmetric transforms such as RoPE and its variants.