TensorFlow教程之API DOC 6.1.16 Struct tensorflow::ThreadOptions

    xiaoxiao2021-04-19  252

    本文档为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

    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)

    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)


    最新回复(0)