Turi Create  4.0
class_registrations.hpp
1 /* Copyright © 2019 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
5  * https://opensource.org/licenses/BSD-3-Clause
6  */
7 
8 #ifndef TURI_ONE_SHOT_OBJECT_DETECTION_CLASS_REGISTRATIONS
9 #define TURI_ONE_SHOT_OBJECT_DETECTION_CLASS_REGISTRATIONS
10 
11 #include <vector>
12 
13 #include <model_server/lib/toolkit_class_specification.hpp>
14 
15 namespace turi {
16 namespace one_shot_object_detection {
17 
18 std::vector<turi::toolkit_class_specification> get_toolkit_class_registration();
19 
20 } // namespace one_shot_object_detection
21 } // namespace turi
22 
23 #endif // TURI_ONE_SHOT_OBJECT_DETECTION_CLASS_REGISTRATIONS