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

Function Ge

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

Source from the content-addressed store, hash-verified

3052}
3053
3054XlaOp Ge(const XlaOp lhs, const XlaOp rhs,
3055 absl::Span<const int64> broadcast_dimensions) {
3056 return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kGe);
3057}
3058
3059XlaOp Gt(const XlaOp lhs, const XlaOp rhs,
3060 absl::Span<const int64> broadcast_dimensions) {

Callers 10

TEST_FFunction · 0.70
AcoshFunction · 0.50
AsinhFunction · 0.50
MakeJacobiFunction · 0.50
TriangleMaskFunction · 0.50
qr.ccFile · 0.50

Calls 1

CompareFunction · 0.70

Tested by 1

TEST_FFunction · 0.56