Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::UnaryFunctorWithDefaultCtor< Functor > Struct Template Reference

Public Member Functions

 UnaryFunctorWithDefaultCtor (OperatorBase &)
 
template<typename TIn , typename TOut , class Context >
bool operator() (const int size, const TIn *X, TOut *Y, Context *context) const
 

Data Fields

Functor functor {}
 

Detailed Description

template<class Functor>
struct caffe2::UnaryFunctorWithDefaultCtor< Functor >

Definition at line 74 of file elementwise_ops.h.


The documentation for this struct was generated from the following file: