Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dnode_def_util_test.cc632 TEST(MaybeAddPrefixToColocationConstraints, Basic) { in TEST() argument
645 TF_ASSERT_OK(MaybeAddPrefixToColocationConstraints(match, "fn/", &node_def)); in TEST()
653 TEST(MaybeAddPrefixToColocationConstraints, NoConstraints) { in TEST() argument
661 TF_ASSERT_OK(MaybeAddPrefixToColocationConstraints(match, "fn/", &node_def)); in TEST()
Dnode_def_util.h398 Status MaybeAddPrefixToColocationConstraints(
Dnode_def_util.cc936 Status MaybeAddPrefixToColocationConstraints( in MaybeAddPrefixToColocationConstraints() function
/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.cc615 MaybeAddPrefixToColocationConstraints(fn_nodes, prefix, &ndef)); in InlineFunctionBody()