• Pruthvi's avatar
    Pruthvi/dex debug manifest (#1515) · 7da3ec33
    Pruthvi authored
    * added stream writers to dump meta information related to CONSTANT, INTERMEDIATE, PARAMETER's
    
    * WIP added method to dump Input and output reference address in to debug manifest from cpu_call_frame
    
    * added suppport to dump memory refernce in the debug manifest
    
    * - added macro to dump debug manifest
    - added support to release_function once dumping the memory references
    
    * added a method to write a generated stream to a file
    
    * dont release function, if NGRAPH_DEX_DEBUG flag set
    
    * Addressed PR comments
    -   dump debug manifest using stringstream instead of CodeWriter
    -   Moved dumping debug manifest logic to cpu_external_function
    
    * revert changes to call_frame
    
    * - Addressed PR comments
    
    * :Remove call_once from dumping debug_manifest
    
    * address PR comments
    
    * address PR comments
    7da3ec33
cpu_external_function.cpp 68.6 KB