Home
last modified time | relevance | path

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

/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
/external/pytorch/aten/src/ATen/functorch/
DBatchRulesLoss.cpp79 static Tensor apply_loss_reduction(const at::Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()
DPyTorchOperatorHacks.cpp74 static inline at::Tensor apply_loss_reduction(const at::Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()
/external/pytorch/aten/src/ATen/native/
DLoss.cpp64 static inline at::Tensor apply_loss_reduction(const at::Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()
/external/pytorch/torch/csrc/autograd/
DFunctionsManual.cpp51 Tensor apply_loss_reduction(const Tensor& unreduced, int64_t reduction) { in apply_loss_reduction()