HomeSort by relevance Sort by last modified time
    Searched full:tape_is_stopped (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 868 static std::unordered_map<std::thread::id, bool>* tape_is_stopped = nullptr; variable
870 if (tape_is_stopped == nullptr) {
871 tape_is_stopped = new std::unordered_map<std::thread::id, bool>;
873 auto it = tape_is_stopped->find(std::this_thread::get_id());
874 if (it != tape_is_stopped->end()) {
877 return &(tape_is_stopped->emplace(std::this_thread::get_id(), false)
    [all...]

Completed in 445 milliseconds