| 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.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
primitive.execute(stream stream,
IntMemoryMap args)
Executes computations specified by the primitive in a specified stream.
|
void |
reorder.execute(stream stream,
memory src,
memory dst)
Executes the reorder primitive.
|
void |
memory.set_data_handle(Pointer handle,
stream stream)
Sets the underlying memory buffer.
|
| Constructor and Description |
|---|
stream(stream arg0) |
Copyright © 2020. All rights reserved.