MCPcopy Create free account
hub / github.com/RenderKit/oidn / hasInput

Method hasInput

apps/oidnBenchmark.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 int height;
59
60 bool hasInput(const std::string& input) const
61 {
62 return std::find(inputs.begin(), inputs.end(), input) != inputs.end();
63 }
64};
65
66// List of all benchmarks

Callers 1

runBenchmarkFunction · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected