HomeSort by relevance Sort by last modified time
    Searched refs:source_annotation (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
source_utils_test.py 135 source_annotation = source_utils.annotate_source(self.dump,
139 source_annotation[self.u_init_line_number])
140 self.assertIn(self.u.op.name, source_annotation[self.u_line_number])
142 source_annotation[self.v_init_line_number])
143 self.assertIn(self.v.op.name, source_annotation[self.v_line_number])
144 self.assertIn(self.w.op.name, source_annotation[self.w_line_number])
149 source_annotation[self.helper_line_number])
150 self.assertIn(self.u.op.name, source_annotation[self.helper_line_number])
152 source_annotation[self.helper_line_number])
153 self.assertIn(self.v.op.name, source_annotation[self.helper_line_number]
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli.py 629 source_annotation = source_utils.annotate_source_against_profile(
634 if not source_annotation:
644 for line_index in source_annotation:
645 total_cost = self._get_total_cost(source_annotation[line_index],
683 if lineno in source_annotation:
684 annotation = source_annotation[lineno]
analyzer_cli.py     [all...]

Completed in 137 milliseconds