UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::NNE::FTensorBindingCPU Struct Reference

#include <NNERuntimeRunSync.h>

Public Attributes

voidData
 
uint64 SizeInBytes
 

Detailed Description

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.

Member Data Documentation

◆ Data

void* UE::NNE::FTensorBindingCPU::Data

◆ SizeInBytes

uint64 UE::NNE::FTensorBindingCPU::SizeInBytes

The documentation for this struct was generated from the following file: