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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_profile_printer_data.proto 59 int64 profile_counters_size = 2;
hlo_execution_profile.cc 49 size_t profile_counters_size = hlo_profile_index_map.total_count();
53 profile_printer_data->set_profile_counters_size(profile_counters_size);
77 CHECK_LT(pair.second, profile_counters_size);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc 49 profile_counters_ = new int64[static_data.profile_counters_size]();
xla_compiled_cpu_function.h 88 int64 profile_counters_size = 0; member in struct:tensorflow::XlaCompiledCpuFunction::StaticData
xla_jit_compiled_cpu_function.cc 187 jit->static_data_.profile_counters_size =
188 cpu_executable->hlo_profile_printer_data().profile_counters_size();
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 150 size_t profile_counters_size = local
171 args_array.size(), buffer_pointers.size(), profile_counters_size);

Completed in 303 milliseconds