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

Method BatchMatMulV2Grad

tensorflow/core/ops/math_grad_test.cc:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 void BatchMatMulV2Grad(const Tensor& x, bool ax, const Tensor& y, bool ay,
357 Tensor* dx, Tensor* dy) {
358 return MatMulGradCommon("BatchMatMulV2", "adj_x", "adj_y", x, ax, y, ay, dx,
359 dy);
360 }
361
362 void SelectGrad(const Tensor& c, const Tensor& x, const Tensor& y, Tensor* dc,
363 Tensor* dx, Tensor* dy) {

Callers

nothing calls this directly

Calls 1

MatMulGradCommonFunction · 0.70

Tested by

no test coverage detected