Home
last modified time | relevance | path

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

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