Skip to content

CXNetworkReadXNet

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetworkXNet.h:18

Description

Reads a graph from an .xnet (XNET 1.0.0 or legacy) container. @param path Path to the XNET file on disk. @return Newly allocated network when successful, otherwise NULL.

Signature

CX_EXTERN struct CXNetwork* CXNetworkReadXNet(const char *path);