Home
last modified time | relevance | path

Searched defs:fuse_conv_bn_relu (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dfuser_method_mappings.py64 def fuse_conv_bn_relu(is_qat, conv, bn, relu): function
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py746 def fuse_conv_bn_relu(is_qat, relu, add_pattern): function
793 def fuse_conv_bn_relu(is_qat, relu, add_pattern): function