Files
UnrealEngine/Engine/Plugins/Experimental/NNERuntimeBasicCpu/NNERuntimeBasicCpu.uplugin
2025-05-18 13:04:45 +08:00

26 lines
639 B
Plaintext

{
"FileVersion": 3,
"Version": 0.1,
"VersionName": "0.1",
"FriendlyName": "NNERuntimeBasicCpu",
"Description": "Performant, cross-platform, CPU runtime for the NNE plugin that supports basic models.",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "NNERuntimeBasicCpu",
"Type": "RuntimeAndProgram",
"LoadingPhase": "Default"
}
],
"Plugins": []
}