Home
last modified time | relevance | path

Searched defs:normalization (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkl/
H A DSpectralOps.cpp170 Tensor& _fft_r2c_mkl_out(const Tensor& self, IntArrayRef dim, int64_t normalization, in _fft_r2c_mkl_out()
188 Tensor& _fft_c2r_mkl_out(const Tensor& self, IntArrayRef dim, int64_t normalization, in _fft_c2r_mkl_out()
195 Tensor& _fft_c2c_mkl_out(const Tensor& self, IntArrayRef dim, int64_t normalization, in _fft_c2c_mkl_out()
236 T compute_fct(int64_t size, int64_t normalization) { in compute_fct()
247 T compute_fct(const Tensor& t, IntArrayRef dim, int64_t normalization) { in compute_fct()
261 Tensor _fft_c2r_mkl(const Tensor& self, IntArrayRef dim, int64_t normalization, int64_t last_dim_si… in _fft_c2r_mkl()
280 Tensor _fft_r2c_mkl(const Tensor& self, IntArrayRef dim, int64_t normalization, bool onesided) { in _fft_r2c_mkl()
308 Tensor _fft_c2c_mkl(const Tensor& self, IntArrayRef dim, int64_t normalization, bool forward) { in _fft_c2c_mkl()
352 int64_t normalization, bool forward, ScalarType dtype) { in _plan_mkl_fft()
431 IntArrayRef dim, int64_t normalization, bool forward) { in _exec_fft()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSpectralOps.cpp291 double _fft_normalization_scale(int64_t normalization, IntArrayRef sizes, IntArrayRef dims) { in _fft_normalization_scale()
306 const Tensor& _fft_apply_normalization(const Tensor& self, int64_t normalization, IntArrayRef sizes… in _fft_apply_normalization()
311 Tensor& _fft_apply_normalization_out(Tensor& out, const Tensor& self, int64_t normalization, IntArr… in _fft_apply_normalization_out()
331 Tensor _fft_r2c_cufft(const Tensor& self, IntArrayRef dim, int64_t normalization, bool onesided) { in _fft_r2c_cufft()
401 int64_t normalization, bool onesided, Tensor& out) { in _fft_r2c_cufft_out()
418 Tensor _fft_c2r_cufft(const Tensor& self, IntArrayRef dim, int64_t normalization, int64_t lastdim) { in _fft_c2r_cufft()
452 int64_t normalization, int64_t lastdim, Tensor& out) { in _fft_c2r_cufft_out()
458 Tensor _fft_c2c_cufft(const Tensor& self, IntArrayRef dim, int64_t normalization, bool forward) { in _fft_c2c_cufft()
498 int64_t normalization, bool forward, Tensor& out) { in _fft_c2c_cufft_out()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/transform/
H A DFastFourierTransformer.java195 private final DftNormalization normalization; field in FastFourierTransformer
202 public FastFourierTransformer(final DftNormalization normalization) { in FastFourierTransformer()
251 final DftNormalization normalization, in normalizeTransformedData()
305 final DftNormalization normalization, in transformInPlace()
H A DFastSineTransformer.java70 private final DstNormalization normalization; field in FastSineTransformer
77 public FastSineTransformer(final DstNormalization normalization) { in FastSineTransformer()
H A DFastCosineTransformer.java67 private final DctNormalization normalization; field in FastCosineTransformer
74 public FastCosineTransformer(final DctNormalization normalization) { in FastCosineTransformer()
/aosp_15_r20/external/tensorflow/tensorflow/python/layers/
H A Dnormalization.py21 normalization = lazy_loader.LazyLoader( variable
/aosp_15_r20/external/pytorch/functorch/examples/maml_omniglot/support/
H A Domniglot_loaders.py231 def normalization(self): member in OmniglotNShot
/aosp_15_r20/external/cronet/third_party/icu/filters/
H A Dflutter.json33 "normalization": { "includelist": [ "nfkc" ] }, object
H A Dflutter_desktop.json32 "normalization": { "includelist": [ "nfkc" ] }, object
/aosp_15_r20/external/libaom/aom_dsp/
H A Dnoise_model.h135 double normalization; // Normalization factor (1 / (2^(bit_depth) - 1)) member
H A Dnoise_model.c814 const double normalization = (1 << noise_model->params.bit_depth) - 1; in EXTRACT_AR_ROW() local
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DConfiguration.java405 PathNormalization normalization = null; in checkNormalizations() local
/aosp_15_r20/external/armnn/src/timelineDecoder/tests/
H A DJSONTimelineDecoderTests.cpp152 arm::pipe::ITimelineDecoder::Label normalization; in RunSimpleModelThroughDecoder() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbfloat16_normalization_test.cc82 BFloat16Normalization normalization(&bfloat16_support_); in Normalize() local
/aosp_15_r20/external/python/cpython2/Modules/
Dunicodedata.c64 Py_UCS4 (*normalization)(Py_UCS4); member
/aosp_15_r20/external/python/cpython3/Modules/
Dunicodedata.c79 Py_UCS4 (*normalization)(Py_UCS4); member
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Dshim_common.cpp501 int64_t normalization, in aoti_torch__fft_c2c()
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py274 def meta_fft_c2c(self, dim, normalization, forward): argument
293 def meta_fft_r2c(self, dim, normalization, onesided): argument
369 def meta_fft_c2r(self, dim, normalization, lastdim): argument
/aosp_15_r20/external/libaom/test/
H A Dnoise_model_test.cc383 const double normalization = flat_block_finder.normalization; in TYPED_TEST_P() local
/aosp_15_r20/external/XNNPACK/
H A DCMakeLists.txt7106 ADD_LIBRARY(normalization OBJECT src/normalization.c) target
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp4541 int64_t normalization) { in fft_c2r_backward()
4581 int64_t normalization, in fft_r2c_backward()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/error_prone/jimfs/
HDjimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/google/jimfs/jimfs/1.1/
HDjimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-main-kts.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/DEPENDENCIES META-INF ...

12