Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc738 string unique_input_name = in QuantizeNodes() local
744 reshape_dims.set_name(unique_input_name + "/reshape_dims"); in QuantizeNodes()
754 reduction_dims.set_name(unique_input_name + "/reduction_dims"); in QuantizeNodes()
765 reshape_node.set_name(unique_input_name + "/reshape"); in QuantizeNodes()
773 min_node.set_name(unique_input_name + "/min"); in QuantizeNodes()
782 max_node.set_name(unique_input_name + "/max"); in QuantizeNodes()
791 quantize_node.set_name(unique_input_name + "/quantize"); in QuantizeNodes()