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

Function DotGeneral

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

Source from the content-addressed store, hash-verified

3084}
3085
3086XlaOp DotGeneral(const XlaOp lhs, const XlaOp rhs,
3087 const DotDimensionNumbers& dimension_numbers,
3088 const PrecisionConfig* precision_config) {
3089 return lhs.builder()->DotGeneral(lhs, rhs, dimension_numbers,
3090 precision_config);
3091}
3092
3093XlaOp Conv(const XlaOp lhs, const XlaOp rhs,
3094 absl::Span<const int64> window_strides, Padding padding,

Callers 11

DotFunction · 0.85
CalculateGradWarpFunction · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
DotMethod · 0.85
TEST_FFunction · 0.85
EinsumFunction · 0.85
InvertDiagonalBlocksFunction · 0.85
TEST_FFunction · 0.85
XLA_TYPED_TESTFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

DotGeneralMethod · 0.45
builderMethod · 0.45

Tested by 5

DotFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
XLA_TYPED_TESTFunction · 0.68
XLA_TEST_FFunction · 0.68