ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Data Structures
|
Functions
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
}
bino::UniformTransform
Definition
bino.h:26
bino
Generated by
1.9.8