Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
std::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
Init
Method · 0.85
SetUp
Method · 0.85
Calls
no outgoing calls
Tested by
1
SetUp
Method · 0.68