Modifier and Type | Method and Description |
---|---|
LayerHelper |
Layer.getHelper() |
Modifier and Type | Interface and Description |
---|---|
interface |
DropoutHelper |
Modifier and Type | Method and Description |
---|---|
static <T extends LayerHelper> |
HelperUtils.createHelper(String cudnnHelperClassName,
String oneDnnClassName,
Class<? extends LayerHelper> layerHelperSuperClass,
String layerName,
Object... arguments)
Creates a
LayerHelper
for use with platform specific code. |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
AbstractLayer.getHelper() |
Modifier and Type | Method and Description |
---|---|
static <T extends LayerHelper> |
HelperUtils.createHelper(String cudnnHelperClassName,
String oneDnnClassName,
Class<? extends LayerHelper> layerHelperSuperClass,
String layerName,
Object... arguments)
Creates a
LayerHelper
for use with platform specific code. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConvolutionHelper |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
ConvolutionLayer.getHelper() |
Modifier and Type | Interface and Description |
---|---|
interface |
SubsamplingHelper
Helper for the subsampling layer.
|
Modifier and Type | Method and Description |
---|---|
LayerHelper |
SubsamplingLayer.getHelper() |
Modifier and Type | Class and Description |
---|---|
class |
MKLDNNBatchNormHelper |
class |
MKLDNNConvHelper |
class |
MKLDNNLocalResponseNormalizationHelper |
class |
MKLDNNSubsamplingHelper |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchNormalizationHelper |
interface |
LocalResponseNormalizationHelper |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
BatchNormalization.getHelper() |
LayerHelper |
LocalResponseNormalization.getHelper() |
Modifier and Type | Interface and Description |
---|---|
interface |
LSTMHelper |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
BidirectionalLayer.getHelper() |
LayerHelper |
LSTM.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
VariationalAutoencoder.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
BaseWrapperLayer.getHelper() |
Modifier and Type | Method and Description |
---|---|
LayerHelper |
MultiLayerNetwork.getHelper() |
Copyright © 2021. All rights reserved.