Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Drng_expander.cc59 HloInstruction* new_rng = computation->AddInstruction( in ConvertSmallFpRngToF32Rng() local
167 HloInstruction* new_rng = in ExpandInstruction() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/
Drand_util.rs15 pub fn new_rng() -> Rng { in new_rng() function