Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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 > >
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 Reference
final
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
155
of file
KernelRegistration.h
.
The documentation for this struct was generated from the following file:
aten/src/ATen/core/dispatch/
KernelRegistration.h
Generated on Thu Mar 21 2019 13:06:25 for Caffe2 - C++ API by
1.8.11