Turi Create  4.0
image_fn_export.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 IMAGE_FN_EXPORT_HPP
7 #define IMAGE_FN_EXPORT_HPP
8 
9 #include <model_server/lib/toolkit_function_specification.hpp>
10 
11 namespace turi{
12 
13 namespace image_util{
14 
15 std::vector<toolkit_function_specification>
16  get_toolkit_function_registration();
17 
18 
19 } // end of image_util
20 } // end of turi
21 
22 #endif // IMAGE_FN_EXPORT_HPP