Home
last modified time | relevance | path

Searched defs:compute_weight (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dweight_norm.py25 def compute_weight(self, module: Module) -> Any: member in WeightNorm
H A Dspectral_norm.py61 def compute_weight(self, module: Module, do_power_iteration: bool) -> torch.Tensor: member in SpectralNorm
/aosp_15_r20/external/skia/modules/skottie/src/animator/
H A DKeyframeAnimator.cpp77 float KeyframeAnimator::compute_weight(const KFSegment &seg, float t) const { in compute_weight() function in skottie::internal::KeyframeAnimator
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-queue.c63 double compute_weight(afl_state_t *afl, struct queue_entry *q, in compute_weight() function