Home
last modified time | relevance | path

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

/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.cpp263 json.append(GetJSONEntityString(childEntity, counter)); in GetJSONString()
270 std::string JSONTimelineDecoder::GetJSONEntityString(JSONTimelineDecoder::JSONEntity& entity, int& … in GetJSONEntityString() function in armnn::timelinedecoder::JSONTimelineDecoder
294 jsonEntityString.append(GetJSONEntityString(childEntity, ++counter)); in GetJSONEntityString()
336 jsonEntityString.append(GetJSONEntityString(childEntity, ++counter)); in GetWorkloadJSONString()
354 jsonEntityString.append(GetJSONEntityString(childEntity, ++counter)); in GetLayerJSONString()
DJSONTimelineDecoder.hpp54 std::string GetJSONEntityString(JSONEntity& entity, int& counter);