Searched refs:AddPrefixAndSuffixToNode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | node_def_util_test.cc | 758 TEST(AddPrefixAndSuffixToNode, Enter) { in TEST() argument 765 TF_ASSERT_OK(AddPrefixAndSuffixToNode(prefix, suffix, &node_def)); in TEST()
|
H A D | node_def_util.h | 427 Status AddPrefixAndSuffixToNode(StringPiece prefix, StringPiece suffix,
|
H A D | node_def_util.cc | 978 Status AddPrefixAndSuffixToNode(StringPiece prefix, StringPiece suffix, in ADD_ATTR()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | inline_function_utils.cc | 614 TF_RETURN_IF_ERROR(AddPrefixAndSuffixToNode(prefix, /*suffix=*/"", &ndef, in InlineFunctionBody()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | distributed_tpu_rewrite_pass.cc | 3930 AddPrefixAndSuffixToNode("" /* prefix */, suffix, &image_def)); in CopyOutsideCompilationNodes()
|