Turi Create  4.0
ml_data_iterators.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_ML2_DATA_ITERATORS_H_
7 #define TURI_ML2_DATA_ITERATORS_H_
8 
9 ////////////////////////////////////////////////////////////////////////////////
10 // Include definitions for all the iterators defined earlier.
11 
12 #include <toolkits/ml_data_2/iterators/ml_data_iterator.hpp>
13 #include <toolkits/ml_data_2/iterators/ml_data_block_iterator.hpp>
14 
15 
16 #endif /* _ML_DATA_ITERATORS_H_ */