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

Device-agnostic unary operation interface using abstract tensor data types. More...

Classes

class  Mila::Dnn::Compute::UnaryOperation< TDeviceType, TInput, TPrecision >

Namespaces

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

Detailed Description

Device-agnostic unary operation interface using abstract tensor data types.

Provides a typed, device-aware interface for unary ops. Supports a distinct input element type (TInput) which may differ from the operation precision (useful for index/mask inputs).