Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpartitioning_utils.cc41 std::function<string(const Edge*)> get_tensor_name_attr) { in PartitionFunctionGraph()
78 std::function<string(const Edge*)> get_tensor_name_attr) { in PartitionFunctionGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_partition.h82 std::function<string(const Edge*)> get_tensor_name_attr = nullptr; member