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 https://opensource.org/licenses/BSD-3-Clause
5
*/
6
#ifndef TURI_DRAWING_REGISTRATION_H_
7
#define TURI_DRAWING_REGISTRATION_H_
8
9
#include <model_server/lib/toolkit_function_macros.hpp>
10
11
namespace
turi
{
12
namespace
drawing_classifier {
13
14
std::vector<toolkit_function_specification> get_toolkit_function_registration();
15
std::vector<toolkit_class_specification> get_toolkit_class_registration();
16
17
}
// drawing_recognition
18
}
// turicreate
19
20
#endif
turi
SKD.
Definition:
capi_initialization.hpp:11
toolkits
drawing_classifier
class_registrations.hpp
Generated by
1.8.13