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_IMAGE_DEEP_FEATURE_EXTRACTOR_REGISTRATIONS
7
#define TURI_IMAGE_DEEP_FEATURE_EXTRACTOR_REGISTRATIONS
8
9
#include <model_server/lib/toolkit_class_macros.hpp>
10
#include <model_server/lib/toolkit_class_specification.hpp>
11
12
namespace
turi
{
13
namespace
image_deep_feature_extractor {
14
15
std::vector<turi::toolkit_class_specification> get_toolkit_class_registration();
16
17
}
// image_deep_feature_extractor
18
}
// turi
19
20
#endif
turi
SKD.
Definition:
capi_initialization.hpp:11
toolkits
image_deep_feature_extractor
class_registrations.hpp
Generated by
1.8.13