| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Constructor and Description |
|---|
desc(dnnl.prop_kind aprop_kind,
memory.desc data_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a descriptor for layer normalization forward
propagation primitive.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc data_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a batch normalization descriptor for forward
propagation.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc data_desc,
memory.desc stat_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a descriptor for layer normalization forward
propagation primitive.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc diff_data_desc,
memory.desc data_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a descriptor for layer normalization backward
propagation primitive.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc diff_data_desc,
memory.desc data_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a batch normalization descriptor for backward
propagation.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc diff_data_desc,
memory.desc data_desc,
memory.desc stat_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a descriptor for layer normalization backward
propagation primitive.
|
| Modifier and Type | Method and Description |
|---|---|
static dnnl.normalization_flags |
dnnl.and(dnnl.normalization_flags lhs,
dnnl.normalization_flags rhs) |
dnnl.normalization_flags |
dnnl.normalization_flags.intern() |
static dnnl.normalization_flags |
dnnl.not(dnnl.normalization_flags rhs) |
static dnnl.normalization_flags |
dnnl.or(dnnl.normalization_flags lhs,
dnnl.normalization_flags rhs) |
static dnnl.normalization_flags |
dnnl.normalization_flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.normalization_flags[] |
dnnl.normalization_flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static dnnl.normalization_flags |
dnnl.xor(dnnl.normalization_flags lhs,
dnnl.normalization_flags rhs) |
Copyright © 2020. All rights reserved.