HomeSort by relevance Sort by last modified time
    Searched defs:recip1 (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/simd/
jquanti-altivec.c 124 recip0, recip1, recip2, recip3, recip4, recip5, recip6, recip7, local
192 recip1 = vec_ld(16, divisors);
201 MULTIPLY(row1, recip1, row1);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer_test.cc 192 Output recip1 = ops::Reciprocal(s.WithOpName("recip1"), neg2); local
193 Output recip2 = ops::Reciprocal(s.WithOpName("recip2"), recip1);
212 Output recip1 = ops::Reciprocal(s.WithOpName("recip1"), c); local
213 Output id1 = ops::Identity(s.WithOpName("id1"), recip1);
237 Output recip1 = ops::Reciprocal(s.WithOpName("recip1"), c); local
238 Output id1 = ops::Identity(s.WithOpName("id1"), recip1);
    [all...]

Completed in 91 milliseconds