Home
last modified time | relevance | path

Searched refs:onnx_disabled (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxobjectdetector.cpp340 self->onnx_disabled = false; in gst_onnx_object_detector_init()
495 if (self->onnx_disabled || onnxClient->hasSession ()) { in gst_onnx_object_detector_create_session()
518 self->onnx_disabled = TRUE; in gst_onnx_object_detector_create_session()
526 self->onnx_disabled = TRUE; in gst_onnx_object_detector_create_session()
533 self->onnx_disabled = TRUE; in gst_onnx_object_detector_create_session()
540 self->onnx_disabled = TRUE; in gst_onnx_object_detector_create_session()
547 self->onnx_disabled = TRUE; in gst_onnx_object_detector_create_session()
550 if (self->onnx_disabled) { in gst_onnx_object_detector_create_session()
558 self->onnx_disabled = TRUE; in gst_onnx_object_detector_create_session()
561 if (self->onnx_disabled){ in gst_onnx_object_detector_create_session()
Dgstonnxobjectdetector.h71 gboolean onnx_disabled; member