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

Function BatchMatMulV2Grad

tensorflow/core/ops/math_grad.cc:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889REGISTER_OP_GRADIENT("BatchMatMul", BatchMatMulGrad);
890
891Status BatchMatMulV2Grad(const AttrSlice& attrs, FunctionDef* g) {
892 return MatMulGradCommon("BatchMatMulV2", "adj_x", "adj_y", attrs, g,
893 true /* enable_broadcasting */);
894}
895REGISTER_OP_GRADIENT("BatchMatMulV2", BatchMatMulV2Grad);
896
897// REGISTER_OP_GRADIENT("SparseMatMul", SparseMatMulGrad);

Callers 1

TEST_FFunction · 0.85

Calls 1

MatMulGradCommonFunction · 0.70

Tested by 1

TEST_FFunction · 0.68