Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc264 std::set<string> graph_outputs; in RemoveRedundantQuantizations() local
266 graph_outputs.insert(NodeNameFromInput(output_name)); in RemoveRedundantQuantizations()
279 [&inputs_to_rename, &graph_outputs](const NodeMatch& match, in RemoveRedundantQuantizations()
296 graph_outputs.count(dequantize_node.name())) { in RemoveRedundantQuantizations()