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