| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
void |
post_ops.append_eltwise(float scale,
dnnl.algorithm aalgorithm,
float alpha,
float beta)
Appends an elementwise post-op.
|
| Constructor and Description |
|---|
desc(dnnl.algorithm aalgorithm,
float[] factors,
memory.desc diff_src_desc,
memory.desc diff_dst_desc) |
desc(dnnl.algorithm aalgorithm,
FloatBuffer factors,
memory.desc diff_src_desc,
memory.desc diff_dst_desc) |
desc(dnnl.algorithm aalgorithm,
FloatPointer factors,
memory.desc diff_src_desc,
memory.desc diff_dst_desc)
Constructs a descriptor for resampling backward propagation
primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc diff_dst_desc)
Constructs a descriptor for a resampling backward propagation
primitive using source and destination memory descriptors.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_data_desc,
memory.desc data_desc,
float alpha,
float beta)
Constructs a descriptor for an elementwise backward propagation
primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] kernel,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer kernel,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc data_desc,
memory.desc diff_data_desc,
long local_size,
float alpha,
float beta) |
desc(dnnl.algorithm aalgorithm,
memory.desc data_desc,
memory.desc diff_data_desc,
long local_size,
float alpha,
float beta,
float k)
Constructs a descriptor for an LRN backward propagation primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer kernel,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for pooling backward propagation primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src0,
memory.desc src1,
memory.desc dst)
Constructs a descriptor for an elementwise binary operator
primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a deconvolution weights gradient primitive
without bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a deconvolution backward propagation
primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a convolution weights gradient primitive
without bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a convolution backward propagation
primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated deconvolution weights gradient
primitive without bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated deconvolution backward
propagation primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated convolution weights gradient
primitive without bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_src_desc,
memory.desc weights_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for dilated convolution backward
propagation primitive.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a deconvolution weights gradient
primitive with bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a convolution weights gradient primitive
with bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated deconvolution weights gradient
primitive with bias.
|
desc(dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc diff_weights_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated convolution weights gradient
primitive with bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm activation,
dnnl.rnn_direction direction,
memory.desc src_layer_desc,
memory.desc src_iter_desc,
memory.desc weights_layer_desc,
memory.desc weights_iter_desc,
memory.desc bias_desc,
memory.desc dst_layer_desc,
memory.desc dst_iter_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm activation,
dnnl.rnn_direction direction,
memory.desc src_layer_desc,
memory.desc src_iter_desc,
memory.desc weights_layer_desc,
memory.desc weights_iter_desc,
memory.desc bias_desc,
memory.desc dst_layer_desc,
memory.desc dst_iter_desc,
dnnl.rnn_flags flags,
float alpha,
float beta)
Constructs a descriptor for a vanilla RNN forward propagation
primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm activation,
dnnl.rnn_direction direction,
memory.desc src_layer_desc,
memory.desc src_iter_desc,
memory.desc weights_layer_desc,
memory.desc weights_iter_desc,
memory.desc bias_desc,
memory.desc dst_layer_desc,
memory.desc dst_iter_desc,
memory.desc diff_src_layer_desc,
memory.desc diff_src_iter_desc,
memory.desc diff_weights_layer_desc,
memory.desc diff_weights_iter_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_layer_desc,
memory.desc diff_dst_iter_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm activation,
dnnl.rnn_direction direction,
memory.desc src_layer_desc,
memory.desc src_iter_desc,
memory.desc weights_layer_desc,
memory.desc weights_iter_desc,
memory.desc bias_desc,
memory.desc dst_layer_desc,
memory.desc dst_iter_desc,
memory.desc diff_src_layer_desc,
memory.desc diff_src_iter_desc,
memory.desc diff_weights_layer_desc,
memory.desc diff_weights_iter_desc,
memory.desc diff_bias_desc,
memory.desc diff_dst_layer_desc,
memory.desc diff_dst_iter_desc,
dnnl.rnn_flags flags,
float alpha,
float beta)
Constructs a descriptor for a vanilla RNN backward propagation
primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
float[] factors,
memory.desc src_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
float[] factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatBuffer factors,
memory.desc src_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatBuffer factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatPointer factors,
memory.desc src_desc)
Constructs a descriptor for a resampling forward propagation
primitive using source memory descriptor and factors.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatPointer factors,
memory.desc src_desc,
memory.desc dst_desc)
Constructs a descriptor for a resampling forward propagation
primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc data_desc,
float alpha,
float beta)
Constructs a descriptor for an elementwise forward propagation
primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc data_desc,
long local_size,
float alpha,
float beta) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc data_desc,
long local_size,
float alpha,
float beta,
float k)
Constructs a descriptor for a LRN forward propagation primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc dst_desc)
Constructs a descriptor for a resampling forward propagation
primitive using source and destination memory descriptors.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc dst_desc,
long[] strides,
long[] kernel,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer kernel,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer kernel,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for pooling forward propagation primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a deconvolution forward propagation
primitive without bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a convolution forward propagation
primitive without bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated deconvolution forward
propagation primitive without bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated convolution forward
propagation primitive without bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a deconvolution forward propagation
primitive with bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a convolution forward propagation
primitive with bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated deconvolution forward
propagation primitive with bias.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Constructs a descriptor for a dilated convolution forward
propagation primitive with bias.
|
rnn_primitive_desc_base(dnnl_primitive_desc pd,
dnnl.prop_kind aprop_kind,
dnnl.algorithm cell_kind)
Constructs an RNN primitive descriptor base from a C API primitive
descriptor while checking that it actually describes the expected
primitive by comparing propagation and primitive kinds.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl.algorithm |
dnnl.algorithm.intern() |
static dnnl.algorithm |
dnnl.algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.algorithm[] |
dnnl.algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
dnnl.convert_to_c(dnnl.algorithm aalgorithm)
Converts algorithm kind enum value from C++ API to C API type.
|
Copyright © 2020. All rights reserved.