Closed ryanolson closed 6 years ago
Runtime and ManagedRuntime should have DeserializeEngine methods that take raw bytes.
Runtime
ManagedRuntime
DeserializeEngine
std::shared_ptr<Model> DeserializeEngine(void *, size_t);
DeserializeEngine(std::string engine_file) should also check for the files existence and return a sensible error if not found.
DeserializeEngine(std::string engine_file)
Runtime
andManagedRuntime
should haveDeserializeEngine
methods that take raw bytes.DeserializeEngine(std::string engine_file)
should also check for the files existence and return a sensible error if not found.