Home
last modified time | relevance | path

Searched refs:MaybeUpdateColocationConstraintsWithMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util_test.cc805 TEST(MaybeUpdateColocationConstraintsWithMap, Basic) { in TEST() argument
818 TF_ASSERT_OK(MaybeUpdateColocationConstraintsWithMap(node_map, &node_def)); in TEST()
825 TEST(MaybeUpdateColocationConstraintsWithMap, NoConstraints) { in TEST() argument
833 TF_ASSERT_OK(MaybeUpdateColocationConstraintsWithMap(node_map, &node_def)); in TEST()
H A Dnode_def_util.h439 Status MaybeUpdateColocationConstraintsWithMap(
H A Dnode_def_util.cc1016 Status MaybeUpdateColocationConstraintsWithMap( in MaybeUpdateColocationConstraintsWithMap() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.cc620 MaybeUpdateColocationConstraintsWithMap(input_node_name_map, &ndef)); in InlineFunctionBody()