Home
last modified time | relevance | path

Searched defs:node_to_loc (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpartitioning_utils.cc40 std::function<string(const Node*)> node_to_loc, in PartitionFunctionGraph()
105 auto node_to_loc = [](const Node* node) { in InsertTransferOps() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.h35 NodeToLocFunc node_to_loc = nullptr; member