Home | History | Annotate | Download | only in lib

Lines Matching refs:profiling

15 """Unit tests for the basic data structures and algorithms for profiling."""
22 from tensorflow.python.debug.lib import profiling
35 self.profile_datum_1 = profiling.ProfileDatum(
43 self.profile_datum_2 = profiling.ProfileDatum(
51 self.profile_datum_3 = profiling.ProfileDatum(
59 self.profile_datum_4 = profiling.ProfileDatum(
63 aggregate_data = profiling.AggregateProfile(self.profile_datum_1)
71 aggregate_data = profiling.AggregateProfile(self.profile_datum_1)
80 aggregate_data = profiling.AggregateProfile(self.profile_datum_1)
90 aggregate_data = profiling.AggregateProfile(self.profile_datum_1)