#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:
gines hidalgo
2021-09-03 16:39:46 -04:00
parent 9c01e2fc04
commit 44ee1adecc
10 changed files with 179 additions and 129 deletions
@@ -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.