47 static std::unique_ptr<VNetworkBase>
create(std::string input);
69 static std::unique_ptr<VNetworkBase>
create(std::string input,
81 static std::unique_ptr<VNetworkBase>
create(std::vector<char>
const &input);
92 static std::unique_ptr<VNetworkBase>
93 create(std::vector<char>
const &vector_input, std::string string_input);
105 static std::unique_ptr<VNetworkBase>
106 create(std::vector<char>
const &vector_input, std::string string_input,
128 static bool isOnnxFile(std::string
const &filename);