Home
last modified time | relevance | path

Searched refs:ReplaceSendRecvs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc38 Status ReplaceSendRecvs(const GraphDef& original_graph_def,
249 TF_ASSERT_OK(graph_transforms::ReplaceSendRecvs( in TestReplaceSendRecvs()
283 TF_ASSERT_OK(graph_transforms::ReplaceSendRecvs( in TestReplaceSendRecvsPrefixNames()
Dfold_constants_lib.cc46 Status ReplaceSendRecvs(const GraphDef& original_graph_def, in ReplaceSendRecvs() function
328 TF_RETURN_IF_ERROR(ReplaceSendRecvs(input_graph_def, folded_graph_def, in FoldConstants()