Turi Create
4.0
lambda_constants.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_LAMBDA_CONSTANTS_HPP
7
#define TURI_LAMBDA_CONSTANTS_HPP
8
#include <cstddef>
9
10
namespace
turi
{
11
12
/**
13
* Number of pylambda workers
14
*/
15
extern
size_t
DEFAULT_NUM_PYLAMBDA_WORKERS
;
16
17
/**
18
* Number of graph lambda workers
19
*/
20
extern
size_t
DEFAULT_NUM_GRAPH_LAMBDA_WORKERS
;
21
22
}
23
24
#endif
turi::DEFAULT_NUM_GRAPH_LAMBDA_WORKERS
size_t DEFAULT_NUM_GRAPH_LAMBDA_WORKERS
turi
SKD.
Definition:
capi_initialization.hpp:11
turi::DEFAULT_NUM_PYLAMBDA_WORKERS
size_t DEFAULT_NUM_PYLAMBDA_WORKERS
core
system
lambda
lambda_constants.hpp
Generated by
1.8.13