Function openvino_sys::ie_network_get_name[][src]

pub unsafe fn ie_network_get_name(
    network: *const ie_network_t,
    name: *mut *mut c_char
) -> IEStatusCode
Expand description

@brief Get name of network. @ingroup Network @param name Name of the network. @return Status code of the operation: OK(0) for success.