57#ifdef BLACE_AI_OPENCV_INTERFACE
63 std::optional<cv::Mat> evaluateToCVMat();
86 std::shared_ptr<ml_core::ProgressCallback> progress_callback =
nullptr);
88#ifdef BLACE_AI_TORCH_INTERFACE
94 bool has_all_required_data();
101 std::vector<int64_t> missing_data_frames();
106 std::optional<at::Tensor> evaluateToTorchTensor(
107 std::shared_ptr<ml_core::ProgressCallback> progress_callback =
nullptr);
113 std::unique_ptr<GraphEvaluatorImpl> _impl;