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

Public Member Functions

template<bool b_is_scalar, typename T , typename R , typename Context >
void Run (size_t n, const T *a, const T *b, R *out, Context *c)
 
template<typename T , typename R , typename Context >
void RunWithBroadcast (const T *, const T *, R *, size_t, size_t, Context *)
 
template<typename T , typename R , typename Context >
void RunWithBroadcast2 (const T *, const T *, R *, size_t, size_t, size_t, Context *)
 

Detailed Description

template<typename Functor>
struct caffe2::WithoutBroadcast< Functor >

Definition at line 246 of file elementwise_op.h.


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