博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TensorFlow教程之API DOC 6.1.16 Struct tensorflow::ThreadOptions
阅读量:5803 次
发布时间:2019-06-18

本文共 517 字,大约阅读时间需要 1 分钟。

本文档为TensorFlow参考文档,本转载已得到TensorFlow中文社区授权。

Struct tensorflow::ThreadOptions

Options to configure a Thread .

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

Member Summary

    • Thread stack size to use (in bytes).
    • Guard area size to use near thread stacks to use (in bytes)

Member Details

size_t tensorflow::ThreadOptions::stack_size

Thread stack size to use (in bytes).

size_t tensorflow::ThreadOptions::guard_size

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

你可能感兴趣的文章
OCP读书笔记(24) - 题库(ExamD)
查看>>
Http、TCP/IP协议与Socket之间的区别(转载)
查看>>
解决Unable to load R3 module ...VBoxDD.dll (VBoxDD):GetLastError=1790
查看>>
.net excel利用NPOI导入oracle
查看>>
vrpie在Visio Studio 中无法调试的问题
查看>>
第六课:数据库的基本工具
查看>>
关于二叉树重构的思索
查看>>
$_SERVER['SCRIPT_FLENAME']与__FILE__
查看>>
skynet实践(8)-接入websocket
查看>>
系统版本判断
查看>>
关于Css选择器优先级
查看>>
My97DatePicker 日历插件
查看>>
0603 学术诚信与职业道德
查看>>
小点心家族第3位成员——楼层定位效果
查看>>
Knockout.Js官网学习(enable绑定、disable绑定)
查看>>
hive基本操作与应用
查看>>
excel快捷键设置
查看>>
poj3692
查看>>
python之信号量【Semaphore】
查看>>
html5纲要,细谈HTML 5新增的元素
查看>>