End
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
Function
After the Conv3D computation is complete, End function must be called once to clear the event ID and release the temporary memory allocated internally.
Prototype
1 | void End() |
Parameters
None
Returns
None
Restrictions
The End API must be called after the IterateAll API.
Example
1 | conv3dApi.End(); |
Parent topic: Conv3D Kernel APIs