Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc382 uint64 instantiation_counter = 0; member
695 ++item_handle->second->instantiation_counter; in Instantiate()
732 ++items_[local_handle]->instantiation_counter; in Instantiate()
738 item->instantiation_counter = 1; in Instantiate()
775 --item->instantiation_counter; in ReleaseHandle()
776 if (item->instantiation_counter == 0) { in ReleaseHandle()