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

minus to saver: -= More...

#include <base.h>

Collaboration diagram for mshadow::sv::minusto:
Collaboration graph

Public Types

typedef op::minus 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

minus to saver: -=

Member Typedef Documentation

corresponding binary operator type

Member Function Documentation

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

helper constant to use BLAS, alpha

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

helper constant to use BLAS, beta

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

save b to a using save method


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