public class HelperUtils extends Object
| Constructor and Description |
|---|
HelperUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends LayerHelper> |
createHelper(String cudnnHelperClassName,
String oneDnnClassName,
Class<? extends LayerHelper> layerHelperSuperClass,
String layerName,
Object... arguments)
Creates a
LayerHelper
for use with platform specific code. |
public static <T extends LayerHelper> T createHelper(String cudnnHelperClassName, String oneDnnClassName, Class<? extends LayerHelper> layerHelperSuperClass, String layerName, Object... arguments)
LayerHelper
for use with platform specific code.T - the actual class type to be returnedcudnnHelperClassName - the cudnn class nameoneDnnClassName - the one dnn class namelayerHelperSuperClass - the layer helper super classlayerName - the name of the layer to be createdarguments - the arguments to be used in creation of the layerCopyright © 2021. All rights reserved.