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

multiply to saver: *= More...

#include <base.h>

Collaboration diagram for mshadow::sv::multo:
Collaboration graph

Public Types

typedef op::mul 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...
 

Detailed Description

multiply to saver: *=

Member Typedef Documentation

corresponding binary operator type

Member Function Documentation

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

save b to a using save method


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