MCPcopy Create free account
hub / github.com/Tencent/embedx / NewDeepSamplerSource

Function NewDeepSamplerSource

src/sampler/sampler_source/deep_sampler_source.cc:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57};
58
59std::unique_ptr<SamplerSource> NewDeepSamplerSource(const DeepData* deep_data) {
60 std::unique_ptr<SamplerSource> sampler_source(
61 new DeepSamplerSource(deep_data));
62 return sampler_source;
63}
64
65} // namespace embedx

Callers 2

InitMethod · 0.85
SetUpMethod · 0.85

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.68