Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/FTensorDesc
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNETypes.h |
| Include | #include "NNETypes.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNETypes.cpp |
static FTensorDesc Make
(
const FString & Name,
const FSymbolicTensorShape & Shape,
ENNETensorDataType DataType
)
Remarks
Construct a tensor description for model input/output a tensor shape with the given dimensions.
Parameters
| Name | Description |
|---|---|
| Name | the name of the tensor. |
| Shape | the symbolic shape of the tensor. |
| DataType | the type of data the tensor contains. |