Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RandMatMulShapes (0.1 sec)

  1. tensorflow/cc/gradients/math_grad_test.cc

        TF_ASSERT_OK(root_.status());
        // Generate random (but compatible) shapes for matrix multiplication.
        std::vector<TensorShape> shapes;
        RandMatMulShapes(is_x_batch, is_y_batch, t_x, t_y, &shapes);
        TensorShape x_shape = shapes[0];
        TensorShape y_shape = shapes[1];
        TensorShape z_shape = shapes[2];
        auto x =
    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