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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_profile_printer.cc 33 [&](const HloInstructionInfo& instruction_info) {
34 return counters[instruction_info.profile_index()] != 0;
47 for (const auto& instruction_info : instruction_infos) {
49 /*op_name=*/instruction_info.long_name(),
50 /*short_name=*/instruction_info.short_name(),
51 instruction_info.category(),
52 counters[instruction_info.profile_index()],
53 instruction_info.flop_count(),
54 instruction_info.transcendental_count(),
55 instruction_info.bytes_accessed()
    [all...]
hlo_execution_profile.cc 88 HloInstructionInfo* instruction_info = local
90 instruction_info->set_long_name(hlo->ToString());
91 instruction_info->set_short_name(
93 instruction_info->set_category(hlo->ToCategory());
94 instruction_info->set_flop_count(cost_analysis.flop_count(*hlo));
95 instruction_info->set_transcendental_count(
97 instruction_info->set_bytes_accessed(cost_analysis.bytes_accessed(*hlo));
98 instruction_info->set_optimal_seconds(
100 instruction_info->set_profile_index(
  /external/mesa3d/src/mesa/program/
prog_instruction.c 80 struct instruction_info struct
92 static const struct instruction_info InstInfo[MAX_OPCODE] = {

Completed in 76 milliseconds