Caffe2 - C++ API
A deep learning, cross platform ML framework
Static Public Member Functions
c10::detail::wrap_kernel< CacheTypeOrVoid, FuncType, kernel, guts::enable_if_t< std::is_same< void, CacheTypeOrVoid >::value &&!std::is_same< void, typename guts::function_traits< FuncType >::return_type >::value > > Struct Template Referencefinal

Static Public Member Functions

static guts::function_traits< FuncType >::return_type call (Stack *stack, c10::KernelCache *)
 

Detailed Description

template<class CacheTypeOrVoid, class FuncType, FuncType * kernel>
struct c10::detail::wrap_kernel< CacheTypeOrVoid, FuncType, kernel, guts::enable_if_t< std::is_same< void, CacheTypeOrVoid >::value &&!std::is_same< void, typename guts::function_traits< FuncType >::return_type >::value > >

Definition at line 138 of file KernelRegistration.h.


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