Home
last modified time | relevance | path

Searched refs:GetJSONEntityString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/timelineDecoder/
H A DJSONTimelineDecoder.cpp264 json.append(GetJSONEntityString(childEntity, counter)); in GetJSONString()
271 std::string JSONTimelineDecoder::GetJSONEntityString(JSONTimelineDecoder::JSONEntity& entity, int& … in GetJSONEntityString() function in armnn::timelinedecoder::JSONTimelineDecoder
295 jsonEntityString.append(GetJSONEntityString(childEntity, ++counter)); in GetJSONEntityString()
338 jsonEntityString.append(GetJSONEntityString(childEntity, ++counter)); in GetWorkloadJSONString()
356 jsonEntityString.append(GetJSONEntityString(childEntity, ++counter)); in GetLayerJSONString()
H A DJSONTimelineDecoder.hpp55 std::string GetJSONEntityString(JSONEntity& entity, int& counter);