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

Function MatMul

tensorflow/core/kernels/matmul_op.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41template <typename Device, typename In0, typename In1, typename Out,
42 typename DimPair>
43void MatMul(const Device& d, Out out, In0 in0, In1 in1,
44 const DimPair& dim_pair) {
45 out.device(d) = in0.contract(in1, dim_pair);
46}
47
48template <typename Device, typename T>
49struct MatMulFunctor {

Callers 15

VerifyFusedMatMulMethod · 0.70
RunMatMulWithBiasMethod · 0.70
TESTFunction · 0.70
TESTFunction · 0.50
TEST_FFunction · 0.50
RunTestMethod · 0.50
RunTestMethod · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

deviceMethod · 0.45

Tested by 15

VerifyFusedMatMulMethod · 0.56
RunMatMulWithBiasMethod · 0.56
TESTFunction · 0.56
TESTFunction · 0.40
TEST_FFunction · 0.40
RunTestMethod · 0.40
RunTestMethod · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40