![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| class | UE::NNE::FSymbolicTensorShape |
| class | UE::NNE::FTensorShape |
| class | UE::NNE::FTensorDesc |
Namespaces | |
| namespace | UE |
| namespace | UE::NNE |
Enumerations | |
| enum class | ENNETensorDataType : uint8 { None , Char , Boolean , Half , Float , Double , Int8 , Int16 , Int32 , Int64 , UInt8 , UInt16 , UInt32 , UInt64 , Complex64 , Complex128 , BFloat16 } |
Functions | |
| int32 | UE::NNE::GetTensorDataTypeSizeInBytes (ENNETensorDataType InType) |
|
strong |
The enum lists all tensor data types used in NNE.
See UE::NNE::GetTensorDataTypeSizeInBytes(ENNETensorDataType InType) to get the size of each data type in bytes.