Apache SINGA
A distributed deep learning platform .
|
minus to saver: -= More...
#include <tensor_base.h>
Public Types | |
typedef op::minus | 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 = 1.0f |
helper constant to use BLAS, beta | |
minus to saver: -=