Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_quant_dequant.cpp692 class InsertQuantDeQuantHelper { class
694 InsertQuantDeQuantHelper(QuantType quant_type, bool debug) in InsertQuantDeQuantHelper() function in torch::jit::__anon97bd7f910111::InsertQuantDeQuantHelper
828 void InsertQuantDeQuantHelper::collectObserverNodesAndValueToQuantize( in collectObserverNodesAndValueToQuantize()
852 void InsertQuantDeQuantHelper::removeObserverNodes(Module& module) { in removeObserverNodes()
861 void InsertQuantDeQuantHelper::removeObserverNodes(Graph* g) { in removeObserverNodes()
873 void InsertQuantDeQuantHelper::cleanup(Module& module) { in cleanup()
882 void InsertQuantDeQuantHelper::cleanup(Module& module, Graph* g) { in cleanup()
972 void InsertQuantDeQuantHelper::findSubgraph( in findSubgraph()
994 void InsertQuantDeQuantHelper::extractAndRunWeightObserver( in extractAndRunWeightObserver()
1020 void InsertQuantDeQuantHelper::quantizeTensors( in quantizeTensors()
[all …]