| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
batch_normalization_forward.desc |
batch_normalization_forward.desc.data(dnnl_batch_normalization_desc_t setter) |
batch_normalization_backward.desc |
batch_normalization_backward.desc.data(dnnl_batch_normalization_desc_t setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
dnnl.dnnl_batch_normalization_backward_desc_init(dnnl_batch_normalization_desc_t bnrm_desc,
int prop_kind,
dnnl_memory_desc_t diff_data_desc,
dnnl_memory_desc_t data_desc,
float epsilon,
int flags)
Initializes a descriptor for a batch normalization backward propagation
primitive.
|
static int |
dnnl.dnnl_batch_normalization_forward_desc_init(dnnl_batch_normalization_desc_t bnrm_desc,
int prop_kind,
dnnl_memory_desc_t data_desc,
float epsilon,
int flags)
\} dnnl_api_lrn
|
Copyright © 2020. All rights reserved.