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

Function Lt

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

Source from the content-addressed store, hash-verified

3067}
3068
3069XlaOp Lt(const XlaOp lhs, const XlaOp rhs,
3070 absl::Span<const int64> broadcast_dimensions) {
3071 return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kLt);
3072}
3073
3074XlaOp Compare(const XlaOp lhs, const XlaOp rhs,
3075 absl::Span<const int64> broadcast_dimensions,

Callers 15

ForEachIndexFunction · 0.50
ErfcImpl32Function · 0.50
ErfcImpl64Function · 0.50
ErfFunction · 0.50
ErfInv32Function · 0.50
ErfInv64Function · 0.50
LgammaFunction · 0.50
DigammaFunction · 0.50
IgammacContinuedFractionFunction · 0.50
IgammaFunction · 0.50
IgammaGradAFunction · 0.50
RandomGammaGradFunction · 0.50

Calls 1

CompareFunction · 0.70

Tested by

no test coverage detected