mxnet
Public Types | Static Public Member Functions | List of all members
mshadow::sv::plusto Struct Reference

save to saver: += More...

#include <base.h>

Collaboration diagram for mshadow::sv::plusto:
Collaboration graph

Public Types

typedef op::plus OPType
 corresponding binary operator type More...
 

Static Public Member Functions

template<typename DType >
static MSHADOW_XINLINE void Save (DType &a, DType b)
 save b to a using save method More...
 
static default_real_t AlphaBLAS (void)
 helper constant to use BLAS, alpha More...
 
static default_real_t BetaBLAS (void)
 helper constant to use BLAS, beta More...
 

Detailed Description

save to saver: +=

Member Typedef Documentation

corresponding binary operator type

Member Function Documentation

static default_real_t mshadow::sv::plusto::AlphaBLAS ( void  )
inlinestatic

helper constant to use BLAS, alpha

static default_real_t mshadow::sv::plusto::BetaBLAS ( void  )
inlinestatic

helper constant to use BLAS, beta

template<typename DType >
static MSHADOW_XINLINE void mshadow::sv::plusto::Save ( DType &  a,
DType  b 
)
inlinestatic

save b to a using save method


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