Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc781 int& index_cell = device_names_map_[device_name]; in InternDeviceName() local
782 if (index_cell > 0) { in InternDeviceName()
783 return index_cell; in InternDeviceName()
787 index_cell = index; in InternDeviceName()