Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace {
28
29
port::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
HostStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected