Turi Create  4.0
sgraph_compute.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_SGRAPH_SGRAPH_COMPUTE_HPP
7 #define TURI_SGRAPH_SGRAPH_COMPUTE_HPP
8 
9 
10 #include <core/storage/sgraph_data/sgraph_engine.hpp>
11 #include <core/storage/sgraph_data/sgraph_vertex_apply.hpp>
12 #include <core/storage/sgraph_data/sgraph_edge_apply.hpp>
13 #include <core/storage/sgraph_data/sgraph_triple_apply.hpp>
14 
15 #endif // TURI_SGRAPH_SGRAPH_COMPUTE_HPP