HomeSort by relevance Sort by last modified time
    Searched refs:t_y (Results 1 - 3 of 3) sorted by null

  /external/libxcam/cl_kernel/
kernel_image_warp.cl 46 float t_y = 0.0f;
52 t_y = d_y;
58 warp_config.proj_mat[1] * t_y +
61 warp_config.proj_mat[4] * t_y +
64 warp_config.proj_mat[7] * t_y +
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 577 void TestMatMulGrad(const bool is_batch, const bool t_x, const bool t_y) {
581 RandMatMulShapes(is_batch, t_x, t_y, &shapes);
591 z = BatchMatMul(root_, x, y, BatchMatMul::AdjX(t_x).AdjY(t_y));
593 z = MatMul(root_, x, y, MatMul::TransposeA(t_x).TransposeB(t_y));
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 1821 int32_t t_y, t_woy, t_dow; local
    [all...]

Completed in 75 milliseconds