Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSpectralOps.cpp117 fft_norm_mode norm_from_string(std::optional<c10::string_view> norm, bool forward) { in norm_from_string() function
213 const auto norm = norm_from_string(norm_str, forward); in fft_c2r()
240 const auto norm = norm_from_string(norm_str, forward); in fft_r2c()
271 const auto norm = static_cast<int64_t>(norm_from_string(norm_str, forward)); in fft_c2c()
352 const auto norm = static_cast<int64_t>(norm_from_string(norm_str, forward)); in fftn_c2c()
485 const auto norm = static_cast<int64_t>(norm_from_string(norm_str, /*forward=*/true)); in fft_rfftn_impl()
537 const auto norm = static_cast<int64_t>(norm_from_string(norm_str, /*forward=*/false)); in fft_irfftn_impl()
570 norm_from_string(norm_str, /*forward=*/true)); in fft_hfftn_impl()
614 norm_from_string(norm_str, /*forward=*/false)); in fft_ihfftn_impl()