MCPcopy 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
18template<typename T>
19bool IsFloatIterFunc(T iter)
20{
21 armnn::IgnoreUnused(iter);
22 return armnnUtils::IsFloatingPointIterator<T>::value;
23}
24
25} // anonymous namespace
26

Callers 1

Calls 1

IgnoreUnusedFunction · 0.50

Tested by

no test coverage detected