Home
last modified time | relevance | path

Searched refs:print_source (Results 1 – 7 of 7) 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.py1111 def print_source(self, args, screen_info=None): member in DebugAnalyzer
1638 analyzer.print_source,
Danalyzer_cli_test.py559 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/v8/src/compiler/
Dpipeline.cc876 const bool print_source = info->IsOptimizing(); in PrintCode() local
877 if (print_source) { in PrintCode()
902 if (print_source) { in PrintCode()
/external/tensorflow/
DRELEASE.md2468 * Ability to inspect Python source file against TF ops and tensors (command `print_source` / `ps`)