You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
NeuralNetworkInference (NNI) plugin: To prevent long path issues following folders are renamed: - Engine/Plugins/Experimental/NeuralNetworkInference to NNI - Engine/Plugins/Experimental/NeuralNetworkInference/ORT_2022_2_2 to ORT - Engine/Platforms/PS5/Experimental/NeuralNetworkInference to NNI - Engine/Platforms/XSX/Experimental/NeuralNetworkInference to NNI This change was done in Release-5.0, but we have a different version of ORT in Main. The preflight was done in 621e8c83b20446f11c6e2f6d. #rb Francisco.Vincente #preflight 621e8c83b20446f11c6e2f6d [CL 19252715 by nebojsa dragosavac in ue5-main branch]
68 lines
1.6 KiB
Plaintext
68 lines
1.6 KiB
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 0.1,
|
|
"VersionName": "0.1.0-alpha",
|
|
"FriendlyName": "Neural Network Inference (NNI)",
|
|
"Description": "Cross-platform framework for running deep learning and neural network inference in Unreal Engine, supporting both CPU and GPU acceleration.",
|
|
"Category": "Experimental",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": true,
|
|
"IsExperimentalVersion": true,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "NeuralNetworkInference",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "NeuralNetworkInferenceShaders",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "PostConfigInit"
|
|
},
|
|
{
|
|
"Name": "NeuralNetworkInferenceQA",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "NeuralNetworkInferenceProfiling",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ONNXRuntime",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [
|
|
"Win64", "Linux", "Mac"
|
|
]
|
|
},
|
|
{
|
|
"Name": "ThirdPartyHelperAndDLLLoader",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelProto",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelProtoFileReader",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "NeuralNetworkInferenceEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
} |