Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc689 auto item_handle = items_.find(handle_on_device); in Instantiate() local
690 if (item_handle == items_.end()) { in Instantiate()
695 ++item_handle->second->instantiation_counter; in Instantiate()