ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bino Namespace Reference

Data Structures

class  UniformTransform
 

Functions

template<typename Callable >
UniformTransform< Callable > transform_both (Callable &&f)
 

Function Documentation

◆ transform_both()

template<typename Callable >
UniformTransform< Callable > bino::transform_both ( Callable &&  f)

Definition at line 46 of file bino.h.

47{
48 return UniformTransform<Callable>{std::forward<Callable>(f)};
49}