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

Function MatMulGrad

tensorflow/core/ops/math_grad.cc:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879Status MatMulGrad(const AttrSlice& attrs, FunctionDef* g) {
880 return MatMulGradCommon("MatMul", "transpose_a", "transpose_b", attrs, g,
881 false /* enable_broadcasting */);
882}
883REGISTER_OP_GRADIENT("MatMul", MatMulGrad);
884
885Status BatchMatMulGrad(const AttrSlice& attrs, FunctionDef* g) {

Callers 1

TEST_FFunction · 0.70

Calls 1

MatMulGradCommonFunction · 0.70

Tested by 1

TEST_FFunction · 0.56