| 173 | } |
| 174 | |
| 175 | std::unique_ptr<SamplerSource> NewMockSamplerSource( |
| 176 | const std::string& node_graph, const std::string& node_config, |
| 177 | int thread_num) { |
| 178 | return MockSamplerSource::Create(node_graph, node_config, thread_num); |
| 179 | } |
| 180 | |
| 181 | } // namespace embedx |