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.h406 static std::atomic<int> next_unique_module_id_; variable
Dhlo_module.cc47 unique_id_(next_unique_module_id_++), in HloModule()
799 /* static */ std::atomic<int> HloModule::next_unique_module_id_(0); member in xla::HloModule