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

Function Le

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

Source from the content-addressed store, hash-verified

3062}
3063
3064XlaOp Le(const XlaOp lhs, const XlaOp rhs,
3065 absl::Span<const int64> broadcast_dimensions) {
3066 return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kLe);
3067}
3068
3069XlaOp Lt(const XlaOp lhs, const XlaOp rhs,
3070 absl::Span<const int64> broadcast_dimensions) {

Callers 13

DigammaFunction · 0.50
IgammaFunction · 0.50
IgammaGradAFunction · 0.50
RandomGammaGradFunction · 0.50
IgammacFunction · 0.50
AsinhFunction · 0.50
I0eImpl32Function · 0.50
I0eImpl64Function · 0.50
I1eImpl32Function · 0.50
I1eImpl64Function · 0.50
HouseRowFunction · 0.50

Calls 1

CompareFunction · 0.70

Tested by

no test coverage detected