Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AdjY (0.02 sec)

  1. tensorflow/cc/gradients/math_grad.cc

      } else {
        auto dx = BatchMatMulV3(scope, x0, x1, x_data_type,
                                BatchMatMulV3::AdjX(adj_x0).AdjY(adj_x1));
        grad_outputs->push_back(dx);
        auto dy = BatchMatMulV3(scope, y0, y1, y_data_type,
                                BatchMatMulV3::AdjX(adj_y0).AdjY(adj_y1));
        grad_outputs->push_back(dy);
      }
      return scope.status();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
Back to top