You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UERES-7
NeuralNetworkInference (NNI) plugin: - ProtoBuf converter able to take TArray<uint8> as input, but not connected properly to NeuralNetwork.cpp yet. #rnx #ROBOMERGE-SOURCE: CL 17426284 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v865-17346139) [CL 17426300 by gines hidalgo in ue5-release-engine-test branch]
This commit is contained in:
+1
@@ -12,6 +12,7 @@ public:
|
||||
* It will return nullptr if it could not initialize it.
|
||||
*/
|
||||
static bool ReadModelProtoFromFile(FModelProto& OutModelProto, const FString& InFilePath);
|
||||
static bool ReadModelProtoFromArray(FModelProto& OutModelProto, const TArray<uint8>& InModelReadFromFileInBytes);
|
||||
|
||||
/**
|
||||
* As long as InBinaryWeightsByteSize is bigger than the file size, it won't crash.
|
||||
|
||||
Reference in New Issue
Block a user