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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 122 return profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(
129 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(computation)] =
135 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(metric)] =
145 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(),
149 std::vector<int64>* mutable_profile_counters() { return &profile_counters_; }
151 return profile_counters_;
160 std::vector<int64> profile_counters_; member in class:xla::HloExecutionProfile
hlo_execution_profile.cc 129 profile_counters_(
135 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(*hlo)] =
140 return profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(hlo)];
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc 47 profile_counters_ = new int64[static_data.profile_counters_size_]();
53 buffer_table_, profile_counters_);
60 delete[] profile_counters_;
xla_compiled_cpu_function.h 204 const int64* profile_counters() const { return profile_counters_; }
340 int64* profile_counters_ = nullptr;

Completed in 96 milliseconds