Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc597 void TestMatMulGrad(const bool is_batch, const bool t_x, const bool t_y) { in TestMatMulGrad() argument
601 RandMatMulShapes(is_batch, t_x, t_y, &shapes); in TestMatMulGrad()
611 z = BatchMatMul(root_, x, y, BatchMatMul::AdjX(t_x).AdjY(t_y)); in TestMatMulGrad()
613 z = MatMul(root_, x, y, MatMul::TransposeA(t_x).TransposeB(t_y)); in TestMatMulGrad()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp1843 int32_t t_y, t_woy, t_dow; in TestWOY() local
1872 t_y = cal.get(UCAL_YEAR, status); in TestWOY()
1876 if (t_y != year || t_woy != woy || t_dow != dow) { in TestWOY()
1882 t_y, year, t_woy, woy, t_dow, dow); in TestWOY()
1894 t_y = cal.get(UCAL_YEAR, status); in TestWOY()
1898 if (t_y != year || t_woy != woy || t_dow != dowLocal) { in TestWOY()