Apache SINGA
A distributed deep learning platform .
|
save to saver: = More...
#include <tensor_base.h>
Public Types | |
typedef op::right | OPType |
corresponding binary operator type | |
Static Public Member Functions | |
static MSHADOW_XINLINE void | Save (real_t &a, real_t b) |
save b to a using save method | |
Static Public Attributes | |
static MSHADOW_CONSTEXPR real_t | kAlphaBLAS = 1.0f |
helper constant to use BLAS, alpha | |
static MSHADOW_CONSTEXPR real_t | kBetaBLAS = 0.0f |
helper constant to use BLAS, beta | |
save to saver: =