MCPcopy 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}
48bool IsSigned64(const WorkloadInfo& info)
49{
50 return IsDataType<DataType::Signed64>(info);
51}
52bool IsSigned32(const WorkloadInfo& info)
53{
54 return IsDataType<DataType::Signed32>(info);

Callers 1

CreateWorkloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected