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

Method HostStream

tensorflow/stream_executor/host/host_stream.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35} // namespace
36
37HostStream::HostStream(size_t stack_size_in_bytes)
38 : thread_(port::Env::Default()->StartThread(
39 GetThreadOptions(stack_size_in_bytes), "host_executor",
40 [this]() { WorkLoop(); })) {}
41
42HostStream::~HostStream() {
43 {

Callers

nothing calls this directly

Calls 3

DefaultFunction · 0.85
GetThreadOptionsFunction · 0.85
StartThreadMethod · 0.45

Tested by

no test coverage detected