Navigation
API > API/Plugins > API/Plugins/NNERuntimeBasicCpu
Represents an element of a model (such as a layer) created by the Model Builder.
| Name | FModelBuilderElement |
| Type | class |
| Header File | /Engine/Plugins/Experimental/NNERuntimeBasicCpu/Source/NNERuntimeBasicCpu/Public/NNERuntimeBasicCpuBuilder.h |
| Include Path | #include "NNERuntimeBasicCpuBuilder.h" |
Syntax
class FModelBuilderElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NNERuntimeBasicCpuBuilder.h | |||
FModelBuilderElement
(
const TSharedPtr< Private::ILayer >& Ptr |
NNERuntimeBasicCpuBuilder.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FModelBuilderElement() |
NNERuntimeBasicCpuBuilder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Layer | TSharedPtr< Private::ILayer > | NNERuntimeBasicCpuBuilder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetInputSize() |
NNERuntimeBasicCpuBuilder.h | ||
int32 GetOutputSize() |
NNERuntimeBasicCpuBuilder.h |