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

Function Eq

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

Source from the content-addressed store, hash-verified

3042}
3043
3044XlaOp Eq(const XlaOp lhs, const XlaOp rhs,
3045 absl::Span<const int64> broadcast_dimensions) {
3046 return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kEq);
3047}
3048
3049XlaOp Ne(const XlaOp lhs, const XlaOp rhs,
3050 absl::Span<const int64> broadcast_dimensions) {

Callers 15

IsPosInfFunction · 0.50
IsNegInfFunction · 0.50
IsNegZeroFunction · 0.50
ErfInv32Function · 0.50
ErfInv64Function · 0.50
DigammaFunction · 0.50
IgammaFunction · 0.50
IgammaGradAFunction · 0.50
RandomGammaGradFunction · 0.50
RoundToEvenFunction · 0.50
NextAfterFunction · 0.50

Calls 1

CompareFunction · 0.70

Tested by

no test coverage detected