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

Function Dot

tensorflow/compiler/xla/client/xla_builder.cc:3081–3084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3079}
3080
3081XlaOp Dot(const XlaOp lhs, const XlaOp rhs,
3082 const PrecisionConfig* precision_config) {
3083 return lhs.builder()->Dot(lhs, rhs, precision_config);
3084}
3085
3086XlaOp DotGeneral(const XlaOp lhs, const XlaOp rhs,
3087 const DotDimensionNumbers& dimension_numbers,

Callers 9

XLA_TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50
XLA_TYPED_TESTFunction · 0.50
TestImplMethod · 0.50
TestImplMethod · 0.50
TestImplMethod · 0.50
DOT_ReorderContractingFunction · 0.50
XLA_TEST_FFunction · 0.50
TestImplMethod · 0.50

Calls 2

DotMethod · 0.80
builderMethod · 0.45

Tested by 9

XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TYPED_TESTFunction · 0.40
TestImplMethod · 0.40
TestImplMethod · 0.40
TestImplMethod · 0.40
DOT_ReorderContractingFunction · 0.40
XLA_TEST_FFunction · 0.40
TestImplMethod · 0.40