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

Function BatchMatMulGrad

tensorflow/cc/gradients/math_grad.cc:1130–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128REGISTER_GRADIENT_OP("MatMul", MatMulGrad);
1129
1130Status BatchMatMulGrad(const Scope& scope, const Operation& op,
1131 const std::vector<Output>& grad_inputs,
1132 std::vector<Output>* grad_outputs) {
1133 return MatMulGradCommon(scope, op, true, grad_inputs, "adj_x", "adj_y",
1134 grad_outputs);
1135}
1136REGISTER_GRADIENT_OP("BatchMatMul", BatchMatMulGrad);
1137
1138Status CumsumGrad(const Scope& scope, const Operation& op,

Callers

nothing calls this directly

Calls 1

MatMulGradCommonFunction · 0.70

Tested by

no test coverage detected