Searched refs:print_source (Results 1 – 6 of 6) sorted by relevance
354 prof_output = self.prof_analyzer.print_source([__file__])367 prof_output = self.prof_analyzer.print_source([__file__])383 prof_output = self.prof_analyzer.print_source([397 prof_output = self.prof_analyzer.print_source([429 prof_output = self.prof_analyzer.print_source([443 prof_output = self.prof_analyzer.print_source([453 prof_output = self.prof_analyzer.print_source([tf_inspect.__file__])459 prof_output = self.prof_analyzer.print_source([
601 def print_source(self, args, screen_info=None): member in ProfileAnalyzer798 analyzer.print_source,
1113 def print_source(self, args, screen_info=None): member in DebugAnalyzer1641 analyzer.print_source,
559 analyzer.print_source,
625 bool print_source = code->kind() == Code::OPTIMIZED_FUNCTION; in PrintCode() local626 if (print_source) { in PrintCode()651 if (print_source) { in PrintCode()
1309 * Ability to inspect Python source file against TF ops and tensors (command `print_source` / `ps`)