aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/cc/StructThreadOptions.md
blob: 20dacebab2e89eda2cfceef2aa25fc0875a21617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#Struct tensorflow::ThreadOptions <a class="md-anchor" id="AUTOGENERATED-struct-tensorflow--threadoptions"></a>

Options to configure a Thread .

Note that the options are all hints, and the underlying implementation may choose to ignore it.

##Member Summary <a class="md-anchor" id="AUTOGENERATED-member-summary"></a>

* [size_t tensorflow::ThreadOptions::stack_size](#size_t_tensorflow_ThreadOptions_stack_size)
  * Thread stack size to use (in bytes).
* [size_t tensorflow::ThreadOptions::guard_size](#size_t_tensorflow_ThreadOptions_guard_size)
  * Guard area size to use near thread stacks to use (in bytes)

##Member Details <a class="md-anchor" id="AUTOGENERATED-member-details"></a>

#### size_t tensorflow::ThreadOptions::stack_size <a class="md-anchor" id="size_t_tensorflow_ThreadOptions_stack_size"></a>

Thread stack size to use (in bytes).



#### size_t tensorflow::ThreadOptions::guard_size <a class="md-anchor" id="size_t_tensorflow_ThreadOptions_guard_size"></a>

Guard area size to use near thread stacks to use (in bytes)