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

Function MatMulGrad

tensorflow/cc/gradients/math_grad.cc:1122–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120}
1121
1122Status MatMulGrad(const Scope& scope, const Operation& op,
1123 const std::vector<Output>& grad_inputs,
1124 std::vector<Output>* grad_outputs) {
1125 return MatMulGradCommon(scope, op, false, grad_inputs, "transpose_a",
1126 "transpose_b", grad_outputs);
1127}
1128REGISTER_GRADIENT_OP("MatMul", MatMulGrad);
1129
1130Status BatchMatMulGrad(const Scope& scope, const Operation& op,

Callers

nothing calls this directly

Calls 1

MatMulGradCommonFunction · 0.70

Tested by

no test coverage detected