Home
last modified time | relevance | path

Searched defs:Detection (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.h64 struct Detection { struct
72 Detection() {} in Detection() argument
73 Detection(bool d, int64_t id, float s, Box2D b) in Detection() function
75 Detection(bool d, int64_t id, float s, Box2D b, IgnoreType i) in Detection() function
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Ddetections.proto24 message Detection { message
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_detector.h83 explicit Detection(const ObjectModelBase* const object_model, in Detection() function
90 Detection(const Detection& other) in Detection() function
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
DDetection.java29 public abstract class Detection { class