Measure Memory Allocation using Debug Executor

Hi @manupa-arm ,

Thank you for this work :slight_smile:

I tried to access this data after compiling the GraphExecutorFactory, but am a bit confused by the output:

The output of function_metadata is a JSON, which seems to represent a dictionary, but the values for each function look like this relay.backend.FunctionInfo(0xcb63c40). How can I access the additional information from this? I am probably missing something…