ONE - On-device Neural Engine
Loading...
Searching...
No Matches
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}