• andreykhaykin's avatar
    Tracer of real data in ngraph-CPU for debug purpose (#3099) · 4b009f09
    andreykhaykin authored
    * new debugger to trace real tensors in each kernel
    
    * update after style-apply
    
    * add unit test to debugger
    
    * after style-apply
    
    * templatize data + fixed issues from PR
    
    * solve conflict
    
    * change names of env flags + fixed typo + pass unit-test
    
    * add different types to dump, change arch of debug class, add support to allow debug to be set programmatically (all requested changed fixed)
    
    * add curly braces to single-line blocks
    
    * fix shadow names + add int32 for dump + fix for names with coding standarts of ngraph
    
    * fix names of member variables + delete some constructors
    
    * try to find issue with CI, do not merge!
    
    * fix one issue with CI
    
    * fix style-apply
    4b009f09
cpu_debug_tracer.cpp 4.14 KB