A - primitive array class that represents the data consumed and produced by this transformerpublic interface Transformer<T,A>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transformer.AbstractTransformer<T,A> |
| Modifier and Type | Method and Description |
|---|---|
long |
computeOutputSize(long inputSize) |
CLContext |
getContext() |
A |
transform(CLQueue queue,
A input,
boolean inverse) |
CLEvent |
transform(CLQueue queue,
CLBuffer<T> input,
CLBuffer<T> output,
boolean inverse,
CLEvent... eventsToWaitFor) |
Pointer<T> |
transform(CLQueue queue,
Pointer<T> input,
boolean inverse) |
CLContext getContext()
CLEvent transform(CLQueue queue, CLBuffer<T> input, CLBuffer<T> output, boolean inverse, CLEvent... eventsToWaitFor) throws CLException
CLExceptionlong computeOutputSize(long inputSize)
Copyright © 2009-2015. All Rights Reserved.