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

Function Mul

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

Source from the content-addressed store, hash-verified

3239}
3240
3241XlaOp Mul(const XlaOp lhs, const XlaOp rhs,
3242 absl::Span<const int64> broadcast_dimensions) {
3243 return lhs.builder()->BinaryOp(HloOpcode::kMultiply, lhs, rhs,
3244 broadcast_dimensions);
3245}
3246
3247XlaOp Div(const XlaOp lhs, const XlaOp rhs,
3248 absl::Span<const int64> broadcast_dimensions) {

Callers 15

operator*Function · 0.70
AddAndScaleFunction · 0.50
SubAndScaleFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
GetOrCreateMulMethod · 0.50
SeluFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 15

AddAndScaleFunction · 0.40
SubAndScaleFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
ComputeMatmulVWVtMethod · 0.40
ComputeMatmulUDVTMethod · 0.40
BM_ParallelFusionFunction · 0.40
XLA_TEST_FFunction · 0.40