Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsFloatIterFunc
Function
IsFloatIterFunc
src/armnnUtils/test/QuantizeHelperTest.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
template<typename T>
19
bool IsFloatIterFunc(T iter)
20
{
21
armnn::IgnoreUnused(iter);
22
return armnnUtils::IsFloatingPointIterator<T>::value;
23
}
24
25
} // anonymous namespace
26
Callers
1
QuantizeHelperTest.cpp
File · 0.85
Calls
1
IgnoreUnused
Function · 0.50
Tested by
no test coverage detected