| Package | Description |
|---|---|
| org.bytedeco.dnnl |
| Modifier and Type | Method and Description |
|---|---|
softmax_forward.desc |
softmax_forward.desc.data(dnnl_softmax_desc_t setter) |
softmax_forward.desc |
softmax_forward.desc.getPointer(long i) |
softmax_forward.desc |
softmax_forward.desc.position(long position) |
| Constructor and Description |
|---|
primitive_desc(softmax_forward.desc adesc,
engine aengine) |
primitive_desc(softmax_forward.desc adesc,
engine aengine,
boolean allow_empty)
Constructs a primitive descriptor for a softmax forward
propagation primitive.
|
primitive_desc(softmax_forward.desc adesc,
primitive_attr attr,
engine aengine) |
primitive_desc(softmax_forward.desc adesc,
primitive_attr attr,
engine aengine,
boolean allow_empty)
Constructs a primitive descriptor for a softmax forward
propagation primitive.
|
Copyright © 2020. All rights reserved.