Home
last modified time | relevance | path

Searched refs:profile_counters_size (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc57 size_t profile_counters_size = hlo_profile_index_map.total_count(); in CreateHloProfilePrinterData() local
61 profile_printer_data->set_profile_counters_size(profile_counters_size); in CreateHloProfilePrinterData()
85 CHECK_LT(pair.second, profile_counters_size); in CreateHloProfilePrinterData()
Dhlo_profile_printer_data.proto59 int64 profile_counters_size = 2; field
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h343 StaticData* static_data, int64 profile_counters_size) { in set_static_data_profile_counters_size() argument
344 static_data->profile_counters_size_ = profile_counters_size; in set_static_data_profile_counters_size()
Dxla_jit_compiled_cpu_function.cc189 cpu_executable->hlo_profile_printer_data().profile_counters_size()); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc171 size_t profile_counters_size = in ExecuteComputeFunction() local
193 buffer_pointers.size(), profile_counters_size); in ExecuteComputeFunction()