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

Function LogAndThrow

tests/NetworkExecutionUtils/NetworkExecutionUtils.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void LogAndThrow(std::string eMsg)
76{
77 ARMNN_LOG(error) << eMsg;
78 throw armnn::Exception(eMsg);
79}
80
81/// Compute the root-mean-square error (RMSE) at a byte level between two tensors of the same size.
82/// @param expected

Callers 8

TfLiteExecutorMethod · 0.85
ExecuteMethod · 0.85
CompareAndPrintResultMethod · 0.85
ReadDataFunction · 0.85
SetupInputsAndOutputsMethod · 0.85
OptimizeNetworkMethod · 0.85
CreateParserMethod · 0.85
PrintOutputTensorsMethod · 0.85

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected