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

  /external/tensorflow/tensorflow/core/common_runtime/
placer.cc 800 assigned_device = graph_->InternDeviceName((*devices)[0]->name());
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph.h 550 int InternDeviceName(const string& device_name);
562 node->assigned_device_name_index_ = InternDeviceName(device_name);
636 // The InternDeviceName() method handles adding a new entry into the table,
graph.cc 275 DCHECK_EQ(0, InternDeviceName(""));
665 int Graph::InternDeviceName(const string& device_name) {

Completed in 80 milliseconds