TuringLang / IRTracker.jl

Dynamically track IR as a graph, using source transformations
31 stars 5 forks source link

Add more flags to printing #45

Open phipsgabler opened 4 years ago

phipsgabler commented 4 years ago

First and foremost, it would be nice to disable type printing for certain cases.

phipsgabler commented 4 years ago

Also, try @nospecialize on the arguments of show methods. Maybe that makes printing for the first time faster.