Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util_test.cc772 TEST(MaybeAddPrefixToColocationConstraints, Basic) { in TEST() argument
785 TF_ASSERT_OK(MaybeAddPrefixToColocationConstraints(match, "fn/", &node_def)); in TEST()
793 TEST(MaybeAddPrefixToColocationConstraints, NoConstraints) { in TEST() argument
801 TF_ASSERT_OK(MaybeAddPrefixToColocationConstraints(match, "fn/", &node_def)); in TEST()
H A Dnode_def_util.h433 Status MaybeAddPrefixToColocationConstraints(
H A Dnode_def_util.cc995 Status MaybeAddPrefixToColocationConstraints( in MaybeAddPrefixToColocationConstraints() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.cc623 MaybeAddPrefixToColocationConstraints(fn_nodes, prefix, &ndef)); in InlineFunctionBody()