Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_SparseMatMul
Function · 0.45
_BatchMatMul
Function · 0.45
_BatchMatMulV2
Function · 0.45
_einsum_reduction
Function · 0.45
_SoftmaxCrossEntropyWithLogitsGrad
Function · 0.45
_RegularizedGramianCholesky
Function · 0.45
_overdetermined
Function · 0.45
_underdetermined
Function · 0.45
testGradients
Method · 0.45
testUnusedOutput
Method · 0.45
testColocateGradients
Method · 0.45
testColocateGradientsWithAggregation
Method · 0.45
Calls
no outgoing calls
Tested by
9
testGradients
Method · 0.36
testUnusedOutput
Method · 0.36
testColocateGradients
Method · 0.36
testColocateGradientsWithAggregation
Method · 0.36
testColocateGradientsWithAggregationInMultipleDevices
Method · 0.36
_FunctionOf
Method · 0.36
testHessianVectorProduct
Method · 0.36
testHessian2D_square_matrix
Method · 0.36
testHessian2D_non_square_matrix
Method · 0.36