Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dconfig.h256 struct ObjectDetectorConfig { struct
259 explicit ObjectDetectorConfig(const Size& image_size) in ObjectDetectorConfig() argument
261 virtual ~ObjectDetectorConfig() = default;
Dobject_detector.h135 explicit ObjectDetectorBase(const ObjectDetectorConfig* const config) in ObjectDetectorBase()
175 const std::unique_ptr<const ObjectDetectorConfig> config_;
189 explicit ObjectDetector(const ObjectDetectorConfig* const config) in ObjectDetector()