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

divide to saver: /= More...

#include <base.h>

Collaboration diagram for mshadow::sv::divto:
Collaboration graph

Public Types

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

divide to saver: /=

Member Typedef Documentation

corresponding binary operator type

Member Function Documentation

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

save b to a using save method


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