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

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_placer.h 45 string to_lfqn_or_empty(const string& device_name) const;
virtual_placer.cc 30 // first call to to_lfqn_or_empty()
36 const auto lfqn = to_lfqn_or_empty(kv.first);
129 const auto lfqn = to_lfqn_or_empty(node.device());
142 string VirtualPlacer::to_lfqn_or_empty(const string& device_name) const { function in class:tensorflow::grappler::VirtualPlacer

Completed in 885 milliseconds