Navigation
API > API/Plugins > API/Plugins/NNEModelTests
| Name | UNNEModelTestData |
| Type | class |
| Header File | /Engine/Plugins/Experimental/NNE/NNEModelTests/Source/NNEModelTests/Public/NNEModelTests.h |
| Include Path | #include "NNEModelTests.h" |
Syntax
UCLASS (BlueprintType, Category="NNE")
class UNNEModelTestData : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNNEModelTestData
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray< uint8, TAlignedHeapAllocator< NNEMODELTESTS_TENSOR_DATA_ALIGNMENT > > | NNEModelTests.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView64< uint8 > GetData() |
NNEModelTests.h | ||
bool InitializeFromFile
(
const FString& FilePath |
NNEModelTests.h |