Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMatMulGradHelper (0.24 sec)

  1. tensorflow/cc/gradients/math_grad_test.cc

        TestMatMulGradHelper<T>(
            /*is_x_batch=*/false, /*is_y_batch=*/false, t_x, t_y,
            [&](Output x, Output y) {
              return MatMul(root_, x, y, MatMul::TransposeA(t_x).TransposeB(t_y));
            });
      }
    
      template <typename T>
      void TestBatchMatMulGrad(const bool t_x, const bool t_y) {
        TestMatMulGradHelper<T>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 36K bytes
    - Viewed (0)
Back to top