Turi Create  4.0
class_registrations.hpp
1 /* Copyright © 2018 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 
7 #ifndef TURI_OBJECT_DETECTION_CLASS_REGISTRATIONS
8 #define TURI_OBJECT_DETECTION_CLASS_REGISTRATIONS
9 
10 #include <vector>
11 
12 #include <model_server/lib/toolkit_class_specification.hpp>
13 
14 namespace turi {
15 namespace object_detection {
16 
17 std::vector<turi::toolkit_class_specification> get_toolkit_class_registration();
18 
19 } // object_detection
20 } // turi
21 
22 #endif // TURI_OBJECT_DETECTION_CLASS_REGISTRATIONS