Home
last modified time | relevance | path

Searched refs:prev_record (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_metrics_to_record.h50 const Record& prev_record, Record* record) { in SetRankAndTimeFractions() argument
51 record->set_rank(prev_record.rank() + 1); in SetRankAndTimeFractions()
55 prev_record.cumulative_total_self_time_as_fraction() + in SetRankAndTimeFractions()
61 const Record& prev_record, in SetRankAndDeviceTimeFractions() argument
63 record->set_rank(prev_record.rank() + 1); in SetRankAndDeviceTimeFractions()
67 prev_record.device_cumulative_total_self_time_as_fraction() + in SetRankAndDeviceTimeFractions()
73 const Record& prev_record, in SetRankAndHostTimeFractions() argument
75 record->set_rank(prev_record.rank() + 1); in SetRankAndHostTimeFractions()
79 prev_record.host_cumulative_total_self_time_as_fraction() + in SetRankAndHostTimeFractions()
Dop_stats_to_tf_stats.cc59 const TfStatsRecord* prev_record = &sentinel; in GenerateTfStatsTable() local
82 SetRankAndDeviceTimeFractions(total_device_time_us, *prev_record, record); in GenerateTfStatsTable()
83 prev_record = record; in GenerateTfStatsTable()
100 SetRankAndHostTimeFractions(total_host_time_us, *prev_record, record); in GenerateTfStatsTable()
101 prev_record = record; in GenerateTfStatsTable()
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/
Dplat_ras.c179 union prev_record { in tegra194_ras_corrected_err_clear() union
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1271 …const EntryExitRecord &prev_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[s… in apply() local
1272 if (!prev_record.exitAnchor) return_trace (false); in apply()
1279 (this+prev_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); in apply()