Home
last modified time | relevance | path

Searched defs:_standard_normal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributions/
H A Dutils.py58 def _standard_normal(shape, dtype, device): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dstateful_random_ops.py541 def _standard_normal(self, shape, dtype): member in Generator