| Package | Description |
|---|---|
| org.bytedeco.dnnl |
| Modifier and Type | Method and Description |
|---|---|
stream |
stream._wait()
Waits for all primitives executing in the stream to finish.
|
stream |
stream.getPointer(long i) |
stream |
stream.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
primitive.execute(stream astream,
IntMemoryMap args)
Executes computations specified by the primitive in a specified stream.
|
void |
reorder.execute(stream astream,
memory src,
memory dst)
Executes the reorder primitive.
|
void |
memory.set_data_handle(Pointer handle,
stream astream)
Sets the underlying memory buffer.
|
| Constructor and Description |
|---|
stream(stream arg0) |
Copyright © 2020. All rights reserved.