Turi Create  4.0
turi::neural_net::Transform< T, U > Class Template Referenceabstract

#include <ml/neural_net/combine_map.hpp>

Public Member Functions

virtual Output Invoke (Input value)=0
 

Detailed Description

template<typename T, typename U>
class turi::neural_net::Transform< T, U >

Interface for objects that apply a transform to a value.

Definition at line 48 of file combine_base.hpp.

Member Function Documentation

◆ Invoke()

template<typename T, typename U>
virtual Output turi::neural_net::Transform< T, U >::Invoke ( Input  value)
pure virtual

Returns the next value in the sequence. May throw on error.

Implemented in turi::neural_net::CallableTransform< T, Callable >.


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