Searched defs:NormType (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | fft.py | 37 NormType = Union[None, Literal["forward", "backward", "ortho"]] variable 43 x: TensorLikeType, norm: NormType, signal_numel: int, forward: bool 121 norm: NormType, 148 norm: NormType, 177 norm: NormType, 204 norm: NormType = None, 218 norm: NormType = None, 232 norm: NormType = None, 243 norm: NormType = None, 254 norm: NormType = None, [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ForeachReduceOp.cu | 30 enum class NormType { L1, L2, LInf }; enum
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Types.h | 526 enum class NormType enum
|