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

Method BatchMatMulGrad

tensorflow/core/ops/math_grad_test.cc:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 void BatchMatMulGrad(const Tensor& x, bool ax, const Tensor& y, bool ay,
351 Tensor* dx, Tensor* dy) {
352 return MatMulGradCommon("BatchMatMul", "adj_x", "adj_y", x, ax, y, ay, dx,
353 dy);
354 }
355
356 void BatchMatMulV2Grad(const Tensor& x, bool ax, const Tensor& y, bool ay,
357 Tensor* dx, Tensor* dy) {

Callers

nothing calls this directly

Calls 1

MatMulGradCommonFunction · 0.70

Tested by

no test coverage detected