Home
last modified time | relevance | path

Searched refs:GetJSONString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/timelineDecoder/
H A DJSONTimelineDecoder.cpp247 std::string jsonString = GetJSONString(rootEntity); in PrintJSON()
251 std::string JSONTimelineDecoder::GetJSONString(JSONTimelineDecoder::JSONEntity& rootEntity) in GetJSONString() function in armnn::timelinedecoder::JSONTimelineDecoder
H A DJSONTimelineDecoder.hpp54 std::string GetJSONString(JSONEntity& rootEntity);
/aosp_15_r20/external/armnn/src/timelineDecoder/tests/
H A DJSONTimelineDecoderTests.cpp789 std::string jsonString = timelineDecoder.GetJSONString(rootEntity);