Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc844 string requantize_max_input; in QuantizeNodes() local
870 requantize_max_input = fallback_max_node.name(); in QuantizeNodes()
887 requantize_max_input = requant_range_node.name() + ":1"; in QuantizeNodes()
898 AddNodeInput(requantize_max_input, &requantize_node); in QuantizeNodes()