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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.cc 95 HloInstructionInfo* instruction_info = local
97 instruction_info->set_long_name(hlo->ToString());
98 instruction_info->set_short_name(hlo->ToString(
101 instruction_info->set_category(hlo->ToCategory());
102 instruction_info->set_flop_count(cost_analysis.flop_count(*hlo));
103 instruction_info->set_transcendental_count(
105 instruction_info->set_bytes_accessed(cost_analysis.bytes_accessed(*hlo));
106 instruction_info->set_optimal_seconds(
108 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 350 milliseconds