Navigation
API > API/Runtime > API/Runtime/NNE
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNERuntimeRunSync.h |
| Include | #include "NNERuntimeRunSync.h" |
Syntax
struct FTensorBindingCPU
Remarks
The tensor binding for passing input and output to from CPU memory.
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 |