Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FlatBufferParser
Method
FlatBufferParser
serving/processor/serving/message_coding.cc:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
FlatBufferParser::FlatBufferParser(int thread_num) {
157
thread_pool_.reset(new thread::ThreadPool(Env::Default(),
""
,
158
thread_num));
159
}
160
161
} // processor
162
} // tensorflow
Callers
nothing calls this directly
Calls
2
Default
Function · 0.85
reset
Method · 0.45
Tested by
no test coverage detected