HomeSort by relevance Sort by last modified time
    Searched refs:device_names_map_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph.cc 673 int& index_cell = device_names_map_[device_name];
678 const int index = device_names_map_.size();
graph.h 633 // well a map (device_names_map_) from unique strings to indices within the
650 std::unordered_map<string, int> device_names_map_; member in class:tensorflow::Graph

Completed in 82 milliseconds