MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetThreadOptions

Function GetThreadOptions

tensorflow/stream_executor/host/host_stream.cc:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace {
28
29port::ThreadOptions GetThreadOptions(size_t stack_size_in_bytes) {
30 port::ThreadOptions options;
31 options.stack_size = stack_size_in_bytes;
32 return options;
33}
34
35} // namespace
36

Callers 1

HostStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected