Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runBenchmark
Function · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected