Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A Dnormalization.py31 elementwise_affine=True, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py2682 …def helper(input_shape, normalized_shape, eps=1e-05, elementwise_affine=True, dtype=torch.float32): argument