Home
last modified time | relevance | path

Searched refs:print_source (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli_test.py354 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([
Dprofile_analyzer_cli.py601 def print_source(self, args, screen_info=None): member in ProfileAnalyzer
798 analyzer.print_source,
Danalyzer_cli.py1112 def print_source(self, args, screen_info=None): member in DebugAnalyzer
1639 analyzer.print_source,
Danalyzer_cli_test.py575 analyzer.print_source,
/external/mesa3d/src/freedreno/decode/scripts/
Dparse-submits.lua163 function print_source(source) function
172 print_source(source)
174 print_source(source)
176 print_source(source)
/external/tensorflow/
DRELEASE.md5757 * Ability to inspect Python source file against TF ops and tensors (command `print_source` / `ps`)