| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
mkldnn.batch_normalization_backward |
static class |
mkldnn.batch_normalization_forward
\}
|
static class |
mkldnn.concat
\}
|
static class |
mkldnn.convolution_backward_data |
static class |
mkldnn.convolution_backward_weights |
static class |
mkldnn.convolution_forward
\}
|
static class |
mkldnn.convolution_relu_forward
Deprecated.
consider using convolution_forward with post_ops
(e.g. post_ops::append_eltwise(1.f, #eltwise_relu, negative_slope, 0.f)
|
static class |
mkldnn.deconvolution_backward_data |
static class |
mkldnn.deconvolution_backward_weights |
static class |
mkldnn.deconvolution_forward
\addtogroup cpp_api_deconvolution Deconvolution
/** A primitive to compute deconvolution using different algorithms.
|
static class |
mkldnn.eltwise_backward |
static class |
mkldnn.eltwise_forward
\}
|
static class |
mkldnn.inner_product_backward_data |
static class |
mkldnn.inner_product_backward_weights |
static class |
mkldnn.inner_product_forward
\}
|
static class |
mkldnn.lrn_backward |
static class |
mkldnn.lrn_forward
\}
|
static class |
mkldnn.memory
\}
|
static class |
mkldnn.pooling_backward |
static class |
mkldnn.pooling_forward
\}
|
static class |
mkldnn.primitive
Base class for all computational primitives.
|
static class |
mkldnn.reorder
\}
|
static class |
mkldnn.rnn_backward |
static class |
mkldnn.rnn_forward |
static class |
mkldnn.softmax_backward |
static class |
mkldnn.softmax_forward
\}
|
static class |
mkldnn.sum
\}
|
static class |
mkldnn.view
\}
|
| Modifier and Type | Method and Description |
|---|---|
mkldnn.mkldnn_primitive_handle |
mkldnn.mkldnn_primitive_handle.put(mkldnn.mkldnn_primitive_handle other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
mkldnn.mkldnn_primitive_handle.equals(mkldnn.mkldnn_primitive_handle other) |
boolean |
mkldnn.mkldnn_primitive_handle.notEquals(mkldnn.mkldnn_primitive_handle other) |
mkldnn.mkldnn_primitive_handle |
mkldnn.mkldnn_primitive_handle.put(mkldnn.mkldnn_primitive_handle other) |
| Constructor and Description |
|---|
mkldnn_primitive_handle(mkldnn.mkldnn_primitive_handle other) |
Copyright © 2018. All rights reserved.