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

Function Sub

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

Source from the content-addressed store, hash-verified

3233}
3234
3235XlaOp Sub(const XlaOp lhs, const XlaOp rhs,
3236 absl::Span<const int64> broadcast_dimensions) {
3237 return lhs.builder()->BinaryOp(HloOpcode::kSubtract, lhs, rhs,
3238 broadcast_dimensions);
3239}
3240
3241XlaOp Mul(const XlaOp lhs, const XlaOp rhs,
3242 absl::Span<const int64> broadcast_dimensions) {

Callers 15

operator-Function · 0.70
TEST_FFunction · 0.70
MakeContextMethod · 0.50
SubAndScaleFunction · 0.50
AddAndSubTupleFunction · 0.50
IsEqualComputationFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
XlaNudgeFunction · 0.50
QuantizeFunction · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 15

TEST_FFunction · 0.56
MakeContextMethod · 0.40
SubAndScaleFunction · 0.40
AddAndSubTupleFunction · 0.40
IsEqualComputationFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_PFunction · 0.40
XLA_TEST_FFunction · 0.40