Struct cv::graph_dump_path#

Ask G-API to dump compiled graph in Graphviz format under the given file name. View details

Collaboration diagram for cv::graph_dump_path:

cv::graph_dump_path Node1 cv::graph_dump_path     Node2 std::string     Node2->Node1 +m_dump_path Node3 std::basic_string< Char >     Node3->Node2

cv::graph_dump_path Node1 cv::graph_dump_path     Node2 std::string     Node2->Node1 +m_dump_path Node3 std::basic_string< Char >     Node3->Node2

Detailed Description#

struct graph_dump_path#

Ask G-API to dump compiled graph in Graphviz format under the given file name.

Specifies a graph dump path (path to .dot file to be generated). G-API will dump a .dot file under specified path during a compilation process if this flag is passed.

Member Data Documentation#

m_dump_path#

std::string cv::graph_dump_path::m_dump_path

Source file#

The documentation for this struct was generated from the following file: