We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b750d35 commit 5ab1841Copy full SHA for 5ab1841
framework/src/vx_graph_pipeline.cpp
@@ -77,9 +77,6 @@ VX_API_ENTRY vx_status vxSetGraphScheduleConfig(
77
if (((graph_schedule_mode == VX_GRAPH_SCHEDULE_MODE_QUEUE_AUTO) ||
78
(graph_schedule_mode == VX_GRAPH_SCHEDULE_MODE_QUEUE_MANUAL)))
79
{
80
- /* Pipelining is enabled */
81
- // graph->isPipeliningEnabled = vx_true_e;
82
-
83
for (vx_uint32 i = 0; (i < graph_parameters_list_size) && (status == VX_SUCCESS); i++)
84
85
if ((graph_parameters_queue_params_list[i].refs_list == nullptr) ||
0 commit comments