Turi Create
4.0
|
#include <ml/neural_net/combine_map.hpp>
Public Member Functions | |
virtual Output | Invoke (Input value)=0 |
Interface for objects that apply a transform to a value.
Definition at line 48 of file combine_base.hpp.
|
pure virtual |
Returns the next value in the sequence. May throw on error.
Implemented in turi::neural_net::CallableTransform< T, Callable >.