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

Method matmul

tensorflow/python/ops/init_ops.py:1096–1097  ·  view source on GitHub ↗
(p1, p2, p3)

Source from the content-addressed store, hash-verified

1094 kernel2x2x2 = {}
1095
1096 def matmul(p1, p2, p3):
1097 return math_ops.matmul(math_ops.matmul(p1, p2), p3)
1098
1099 def cast(i, p):
1100 """Return p or (1-p)."""

Callers 15

_SparseMatMulFunction · 0.45
_BatchMatMulFunction · 0.45
_BatchMatMulV2Function · 0.45
_einsum_reductionFunction · 0.45
_overdeterminedFunction · 0.45
_underdeterminedFunction · 0.45
testGradientsMethod · 0.45
testUnusedOutputMethod · 0.45
testColocateGradientsMethod · 0.45

Calls

no outgoing calls