Navigation
API > API/Plugins > API/Plugins/NNERuntimeBasicCpu > API/Plugins/NNERuntimeBasicCpu/FModelBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteFileDataAndReset
(
TArrayView< uint8 > OutFileData, |
Write the model to the FileData and Reset the builder clearing all memory used. | NNERuntimeBasicCpuBuilder.h | |
void WriteFileDataAndReset
(
TArray< uint8 >& OutFileData, |
Write the model to the FileData and Reset the builder clearing all memory used. | NNERuntimeBasicCpuBuilder.h |
WriteFileDataAndReset(TArrayView< uint8 >, uint32 &, uint32 &, const FModelBuilderElement &)
Description
Write the model to the FileData and Reset the builder clearing all memory used.
| Name | WriteFileDataAndReset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/NNERuntimeBasicCpu/Source/NNERuntimeBasicCpu/Public/NNERuntimeBasicCpuBuilder.h |
| Include Path | #include "NNERuntimeBasicCpuBuilder.h" |
| Source | /Engine/Plugins/Experimental/NNERuntimeBasicCpu/Source/NNERuntimeBasicCpu/Private/NNERuntimeBasicCpuModel.cpp |
void WriteFileDataAndReset
(
TArrayView < uint8 > OutFileData,
uint32 & OutInputSize,
uint32 & OutOutputSize,
const FModelBuilderElement & Element
)
Parameters
| Name | Remarks |
|---|---|
| OutFileData | Output File data to write to |
| OutInputSize | Output for the number of float inputs to the model |
| OutOutputSize | Output for the number of float outputs from the model |
| Element | Builder element to write the model FileData for. |
WriteFileDataAndReset(TArray< uint8 > &, uint32 &, uint32 &, const FModelBuilderElement &)
Description
Write the model to the FileData and Reset the builder clearing all memory used.
| Name | WriteFileDataAndReset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/NNERuntimeBasicCpu/Source/NNERuntimeBasicCpu/Public/NNERuntimeBasicCpuBuilder.h |
| Include Path | #include "NNERuntimeBasicCpuBuilder.h" |
| Source | /Engine/Plugins/Experimental/NNERuntimeBasicCpu/Source/NNERuntimeBasicCpu/Private/NNERuntimeBasicCpuModel.cpp |
void WriteFileDataAndReset
(
TArray < uint8 > & OutFileData,
uint32 & OutInputSize,
uint32 & OutOutputSize,
const FModelBuilderElement & Element
)
Parameters
| Name | Remarks |
|---|---|
| OutFileData | Output File data to write to |
| OutInputSize | Output for the number of float inputs to the model |
| OutOutputSize | Output for the number of float outputs from the model |
| Element | Builder element to write the model FileData for. |