Turi Create
4.0
|
#include <ml/neural_net/combine_map.hpp>
Public Member Functions | |
Output | Invoke (Input input) override |
Templated implementation of Transform that wraps an arbitrary callable type.
Definition at line 30 of file combine_base.hpp.
|
inlineoverridevirtual |
Returns the next value in the sequence. May throw on error.
Implements turi::neural_net::Transform< T, std::result_of< Callable(T)>::type >.
Definition at line 51 of file combine_map.hpp.