Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp522 bool nodeQuantizable(Node* n, QuantType quant_type) { in nodeQuantizable() function
549 return nodeQuantizable(use.user, quant_type); in useQuantizable()
H A Dhelper.h105 TORCH_API bool nodeQuantizable(
H A Dinsert_observers.cpp1232 (nodeQuantizable(v->node()) || isPropagateQuantOp(v->node()))) { in valueNeedsToBeQuantized()
H A Dinsert_quant_dequant.cpp601 return !nodeQuantizable(user, QuantType::DYNAMIC); in RemoveRedundantQuantizationOps()