Searched refs:prev_record (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_metrics_to_record.h | 50 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()
|
D | op_stats_to_tf_stats.cc | 59 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/ |
D | plat_ras.c | 179 union prev_record { in tegra194_ras_corrected_err_clear() union
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 1271 …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()
|