Home
last modified time | relevance | path

Searched refs:next_unique_module_id_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h547 static std::atomic<int> next_unique_module_id_; variable
Dhlo_module.cc975 unique_id_(next_unique_module_id_++), in HloModule()
981 /* static */ std::atomic<int> HloModule::next_unique_module_id_(0); member in xla::HloModule