예제 #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);