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