Searched defs:has_relu (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_quantize_fx.py | 1643 def __init__(self, dim, has_relu): argument 6746 def __init__(self, use_bias, has_relu, f_relu): argument 6841 def __init__(self, use_bias, has_relu, f_relu): argument 6896 def __init__(self, use_bias, has_relu, f_relu): argument 6993 def __init__(self, dim, use_bias, has_relu, f_relu): argument
|
/aosp_15_r20/external/pytorch/test/quantization/jit/ |
H A D | test_quantize_jit.py | 1621 def __init__(self, has_relu=False, f_relu=False): argument 1636 def __init__(self, has_relu=False, f_relu=False): argument
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_mkldnn_pattern_matcher.py | 504 has_relu, argument
|