Home
last modified time | relevance | path

Searched defs:unreduced (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/curve25519/
Dscalar.rs49 let mut unreduced = [0u8; digest::SHA512_OUTPUT_LEN]; in from_sha512_digest_reduced() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesLoss.cpp79 static Tensor apply_loss_reduction(const at::Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()
H A DPyTorchOperatorHacks.cpp74 static inline at::Tensor apply_loss_reduction(const at::Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLoss.cpp64 static inline at::Tensor apply_loss_reduction(const at::Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp51 Tensor apply_loss_reduction(const Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()