#include <mkldnn.hpp>
|
| desc (algorithm aalgorithm, const memory::desc &data_desc, const memory::desc &diff_data_desc, int local_size, float alpha, float beta, float k) |
|
| desc (algorithm aalgorithm, const memory::desc &data_desc, const memory::desc &diff_data_desc, int local_size, float alpha, float beta) |
|
◆ desc() [1/2]
mkldnn::lrn_backward::desc::desc |
( |
algorithm |
aalgorithm, |
|
|
const memory::desc & |
data_desc, |
|
|
const memory::desc & |
diff_data_desc, |
|
|
int |
local_size, |
|
|
float |
alpha, |
|
|
float |
beta, |
|
|
float |
k |
|
) |
| |
|
inline |
◆ desc() [2/2]
mkldnn::lrn_backward::desc::desc |
( |
algorithm |
aalgorithm, |
|
|
const memory::desc & |
data_desc, |
|
|
const memory::desc & |
diff_data_desc, |
|
|
int |
local_size, |
|
|
float |
alpha, |
|
|
float |
beta |
|
) |
| |
|
inline |
◆ data
The documentation for this struct was generated from the following file: