Navigation
API > API/Plugins > API/Plugins/NNE
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNERuntimeGPU.h |
| Include | #include "NNERuntimeGPU.h" |
Syntax
struct FTensorBindingGPU
Remarks
The tensor binding for passing input and output to IModelGPU.
Memory is owned by the caller. The caller must make sure the buffer is large enough and at least as large as SizeInBytes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| void * | Data | ||
| uint64 | SizeInBytes |