17 #ifndef MOVIDIUS_NCS_LIB_GRAPH_H 18 #define MOVIDIUS_NCS_LIB_GRAPH_H 35 using Ptr = std::shared_ptr<Graph>;
39 const std::string& graph_file,
40 int network_dimension);
60 #endif // MOVIDIUS_NCS_LIB_GRAPH_H
std::shared_ptr< Graph > Ptr
std::shared_ptr< Device > Ptr
std::string getDebugInfo()
void allocate(void *device_handle)
const int network_dimension_
Graph(const Device::Ptr &device, const std::string &graph_file, int network_dimension)
int getNetworkDim() const
std::shared_ptr< Graph const > ConstPtr