Home
last modified time | relevance | path

Searched refs:two_x (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py459 two_x = 2 * x
461 [array_ops.diag(two_x[0]),
462 array_ops.diag(two_x[1])])
472 two_x = 2 * x
474 [array_ops.diag(two_x[0]),
475 array_ops.diag(two_x[1])])
/external/XNNPACK/test/
Dspmm-microkernel-tester.h28 const uint16_t two_x = x + x; in is_fp16_zero() local
29 return two_x == 0; in is_fp16_zero()