Searched refs:RenameNodeInputs (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | remove_nodes.cc | 102 RenameNodeInputs(replaced_graph_def, inputs_to_rename, in RemoveNodes()
|
D | backports.cc | 109 TF_RETURN_IF_ERROR(RenameNodeInputs(replaced_graph_def, inputs_to_rename, in BackportTensorArrayV3Transform()
|
D | quantize_nodes.cc | 243 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()
|
D | insert_logging.cc | 143 return RenameNodeInputs(logged_graph_def, inputs_to_rename, in InsertLogging()
|
D | transform_utils_test.cc | 542 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()
|
D | freeze_requantization_ranges.cc | 202 return RenameNodeInputs(frozen_graph_def, inputs_to_rename, in FreezeRequantizationRanges()
|
D | transform_utils.h | 210 Status RenameNodeInputs(const GraphDef& input_graph_def,
|
D | transform_utils.cc | 477 Status RenameNodeInputs(const GraphDef& input_graph_def, in RenameNodeInputs() function
|
D | README.md | 1033 before you return your final result. Functions like `RenameNodeInputs` can
|