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

save to saver: = More...

#include <base.h>

Collaboration diagram for mshadow::sv::saveto:
Collaboration graph

Public Types

typedef op::right 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::saveto::AlphaBLAS ( void  )
inlinestatic

helper constant to use BLAS, alpha

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

helper constant to use BLAS, beta

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

save b to a using save method


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