MCPcopy 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
156FlatBufferParser::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

DefaultFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected