Turi Create  4.0
turi::neural_net::CallableTransform< T, Callable > Class Template Reference

#include <ml/neural_net/combine_map.hpp>

Public Member Functions

Output Invoke (Input input) override
 

Detailed Description

template<typename T, typename Callable>
class turi::neural_net::CallableTransform< T, Callable >

Templated implementation of Transform that wraps an arbitrary callable type.

Definition at line 30 of file combine_base.hpp.

Member Function Documentation

◆ Invoke()

template<typename T , typename Callable >
Output turi::neural_net::CallableTransform< T, Callable >::Invoke ( Input  value)
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.


The documentation for this class was generated from the following files: