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.cc763 auto item_handle = items_->find(handle_on_device); in Instantiate() local
764 if (item_handle == items_->end()) { in Instantiate()
769 ++item_handle->second->instantiation_counter; in Instantiate()