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.py1113 def print_source(self, args, screen_info=None): member in DebugAnalyzer
1641 analyzer.print_source,
Danalyzer_cli_test.py559 analyzer.print_source,
/external/v8/src/compiler/
Dpipeline.cc625 bool print_source = code->kind() == Code::OPTIMIZED_FUNCTION; in PrintCode() local
626 if (print_source) { in PrintCode()
651 if (print_source) { in PrintCode()
/external/tensorflow/
DRELEASE.md1309 * Ability to inspect Python source file against TF ops and tensors (command `print_source` / `ps`)