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

Function BatchMatMulGrad

tensorflow/core/ops/math_grad.cc:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883REGISTER_OP_GRADIENT("MatMul", MatMulGrad);
884
885Status BatchMatMulGrad(const AttrSlice& attrs, FunctionDef* g) {
886 return MatMulGradCommon("BatchMatMul", "adj_x", "adj_y", attrs, g,
887 false /* enable_broadcasting */);
888}
889REGISTER_OP_GRADIENT("BatchMatMul", BatchMatMulGrad);
890
891Status BatchMatMulV2Grad(const AttrSlice& attrs, FunctionDef* g) {

Callers 1

TEST_FFunction · 0.70

Calls 1

MatMulGradCommonFunction · 0.70

Tested by 1

TEST_FFunction · 0.56