Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc38 Status RemoveRedundantQuantizations(const GraphDef& input_graph_def,
547 RemoveRedundantQuantizations, float_graph_def, {}, {}, in TestRemoveRedundantQuantization()
646 RemoveRedundantQuantizations, float_graph_def, {}, {}, in TestRemoveRedundantQuantizationWithBiasAdd()
774 RemoveRedundantQuantizations, float_graph_def, {}, {}, in TestRemoveRedundantQuantizationWithMultipleOutputs()
Dquantize_nodes.cc261 Status RemoveRedundantQuantizations(const GraphDef& input_graph_def, in RemoveRedundantQuantizations() function
940 TF_RETURN_IF_ERROR(RemoveRedundantQuantizations(deduped_graph_def, context, in QuantizeNodes()