Turi Create
4.0
|
#include <model_server/lib/api/unity_graph_interface.hpp>
The turi::unity_graph and turi::unity_sgraph_base classes implement a graph object on the server side which is exposed to the client via the cppipc system. The unity_graph is a lazily evaluated, immutable graph datastructure where most operations do not take time, and instead, the graph is only fully constructed when accessed. See turi::unity_graph for detailed documentation on the functions.
Definition at line 30 of file unity_graph_interface.hpp.