示例#1
0
 internal static extern IEStatusCode ie_core_read_network_from_memory(ie_core_t core, in byte xml_content, size_t xml_content_size, ie_blob_t weight_blob, out ie_network_t network);
示例#2
0
 internal static extern IEStatusCode ie_core_read_network(ie_core_t core, string xml_file, string?weights_file, out ie_network_t network);
示例#3
0
 internal static extern void ie_core_free(ref ie_core_t core);
示例#4
0
 internal static extern IEStatusCode ie_core_get_versions(ie_core_t core, string deviceName, ref ie_core_versions_t versions);
示例#5
0
 internal static extern IEStatusCode ie_core_create(string XmlConfigFile, out ie_core_t core);