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

Method PrintJSON

src/timelineDecoder/JSONTimelineDecoder.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void JSONTimelineDecoder::PrintJSON(JSONTimelineDecoder::JSONEntity& rootEntity, std::ostream& os)
219{
220 std::string jsonString = GetJSONString(rootEntity);
221 os << jsonString;
222}
223
224std::string JSONTimelineDecoder::GetJSONString(JSONTimelineDecoder::JSONEntity& rootEntity)
225{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected