Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsSigned64
Function
IsSigned64
src/backends/reference/RefWorkloadFactory.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
return false;
47
}
48
bool IsSigned64(const WorkloadInfo& info)
49
{
50
return IsDataType<DataType::Signed64>(info);
51
}
52
bool IsSigned32(const WorkloadInfo& info)
53
{
54
return IsDataType<DataType::Signed32>(info);
Callers
1
CreateWorkload
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected