Home
last modified time | relevance | path

Searched refs:RenameNodeInputs (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_nodes.cc102 RenameNodeInputs(replaced_graph_def, inputs_to_rename, in RemoveNodes()
Dquantize_nodes.cc243 TF_RETURN_IF_ERROR(RenameNodeInputs(merged_graph_def, inputs_to_rename, in MergeDuplicateNodes()
304 return RenameNodeInputs(replaced_graph_def, inputs_to_rename, in RemoveRedundantQuantizations()
379 RenameNodeInputs(placeholder_graph_def, inputs_to_rename_first_pass, in QuantizePlaceholders()
382 RenameNodeInputs(first_pass_graph_def, inputs_to_rename_second_pass, in QuantizePlaceholders()
Dbackports.cc109 TF_RETURN_IF_ERROR(RenameNodeInputs(replaced_graph_def, inputs_to_rename, in BackportTensorArrayV3Transform()
Dinsert_logging.cc143 return RenameNodeInputs(logged_graph_def, inputs_to_rename, in InsertLogging()
Dtransform_utils_test.cc542 TF_ASSERT_OK(RenameNodeInputs(graph_def, {{"a", "b"}}, in TestRenameNodeInputs()
580 TF_ASSERT_OK(RenameNodeInputs( in TestRenameNodeInputsWithRedirects()
619 RenameNodeInputs(graph_def, {{"a", "d"}, {"d", "a"}}, in TestRenameNodeInputsWithCycle()
653 TF_ASSERT_OK(RenameNodeInputs(graph_def, {{"quantize_a:*", "quantize_b"}}, in TestRenameNodeInputsWithWildcard()
691 TF_ASSERT_OK(RenameNodeInputs(graph_def, {{"a", "b"}}, {"add2"}, in TestRenameNodeInputsWithIgnores()
Dfreeze_requantization_ranges.cc202 return RenameNodeInputs(frozen_graph_def, inputs_to_rename, in FreezeRequantizationRanges()
Dtransform_utils.h210 Status RenameNodeInputs(const GraphDef& input_graph_def,
Dtransform_utils.cc477 Status RenameNodeInputs(const GraphDef& input_graph_def, in RenameNodeInputs() function
DREADME.md1035 before you return your final result. Functions like `RenameNodeInputs` can