MCPcopy Create free account
hub / github.com/ARM-software/armnn / FileLine

Method FileLine

include/armnn/Exceptions.hpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 std::string FileLine() const
38 {
39 std::stringstream ss;
40 ss << " [" << m_File << ':' << m_Line << "]";
41 return ss.str();
42 }
43};
44
45/// Base class for all ArmNN exceptions so that users can filter to just those.

Callers 10

CheckGraphFunction · 0.45
CheckLayersFunction · 0.45
CheckTensorPtrFunction · 0.45
CheckConstTensorPtrFunction · 0.45
CheckConstTensorSizeFunction · 0.45
CheckSubgraphFunction · 0.45
CheckModelFunction · 0.45
CheckTensorFunction · 0.45
CheckTensorPtrFunction · 0.45
CheckBufferFunction · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected