public class ProtectedCudaShapeInfoProvider extends BaseShapeInfoProvider
Modifier and Type | Field and Description |
---|---|
protected static ConstantProtector |
protector |
Modifier and Type | Method and Description |
---|---|
DataBuffer |
createShapeInformation(int[] shape,
int[] stride,
int offset,
int elementWiseStride,
char order) |
static ProtectedCudaShapeInfoProvider |
getInstance() |
void |
purgeCache()
This method forces cache purge, if cache is available for specific implementation
|
createShapeInformation, createShapeInformation
protected static final ConstantProtector protector
public void purgeCache()
public static ProtectedCudaShapeInfoProvider getInstance()
public DataBuffer createShapeInformation(int[] shape, int[] stride, int offset, int elementWiseStride, char order)
createShapeInformation
in interface ShapeInfoProvider
createShapeInformation
in class BaseShapeInfoProvider
Copyright © 2016. All Rights Reserved.