Turi Create  4.0
class_registrations.hpp
1 /* Copyright © 2017 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 #ifndef TURI_TOOLKIT_UTIL_REGISTRATIONS_H_
7 #define TURI_TOOLKIT_UTIL_REGISTRATIONS_H_
8 
9 
10 #include <model_server/lib/toolkit_function_macros.hpp>
11 #include <model_server/lib/toolkit_function_specification.hpp>
12 
13 namespace turi {
14 namespace util {
15 
16 std::vector<turi::toolkit_function_specification> get_toolkit_function_registration();
17 
18 } // namespace util
19 } // namespace turi
20 #endif