HomeSort by relevance Sort by last modified time
    Searched defs:recip2 (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
193 recip2 = vec_ld(32, divisors);
202 MULTIPLY(row2, recip2, row2);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer_test.cc 193 Output recip2 = ops::Reciprocal(s.WithOpName("recip2"), recip1); local
194 Output id = ops::Identity(s.WithOpName("id"), recip2);
215 Output recip2 = ops::Reciprocal(s.WithOpName("recip2"), squeeze); local
216 Output id2 = ops::Identity(s.WithOpName("id2"), recip2);
240 Output recip2 = ops::Reciprocal( local
241 s.WithOpName("recip2").WithControlDependencies(squeeze), c);
242 Output id2 = ops::Identity(s.WithOpName("id2"), recip2);
    [all...]

Completed in 84 milliseconds