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

Function Gt

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

Source from the content-addressed store, hash-verified

3057}
3058
3059XlaOp Gt(const XlaOp lhs, const XlaOp rhs,
3060 absl::Span<const int64> broadcast_dimensions) {
3061 return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kGt);
3062}
3063
3064XlaOp Le(const XlaOp lhs, const XlaOp rhs,
3065 absl::Span<const int64> broadcast_dimensions) {

Callers 15

ErfcFunction · 0.50
LgammaFunction · 0.50
IgammaSeriesFunction · 0.50
IgammacContinuedFractionFunction · 0.50
IgammaFunction · 0.50
IgammaGradAFunction · 0.50
RandomGammaGradFunction · 0.50
RoundToEvenFunction · 0.50
AtanhFunction · 0.50
NextAfterFunction · 0.50
HouseRowFunction · 0.50

Calls 1

CompareFunction · 0.70

Tested by

no test coverage detected