MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / MatMulGrad

Method MatMulGrad

tensorflow/core/ops/math_grad_test.cc:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 void MatMulGrad(const Tensor& x, bool ax, const Tensor& y, bool ay,
345 Tensor* dx, Tensor* dy) {
346 return MatMulGradCommon("MatMul", "transpose_a", "transpose_b", x, ax, y,
347 ay, dx, dy);
348 }
349
350 void BatchMatMulGrad(const Tensor& x, bool ax, const Tensor& y, bool ay,
351 Tensor* dx, Tensor* dy) {

Callers

nothing calls this directly

Calls 1

MatMulGradCommonFunction · 0.70

Tested by

no test coverage detected