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

Function Ne

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

Source from the content-addressed store, hash-verified

3047}
3048
3049XlaOp Ne(const XlaOp lhs, const XlaOp rhs,
3050 absl::Span<const int64> broadcast_dimensions) {
3051 return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kNe);
3052}
3053
3054XlaOp Ge(const XlaOp lhs, const XlaOp rhs,
3055 absl::Span<const int64> broadcast_dimensions) {

Callers 4

IsNanFunction · 0.50
IgammacContinuedFractionFunction · 0.50
AcosFunction · 0.50
NextAfterFunction · 0.50

Calls 1

CompareFunction · 0.70

Tested by

no test coverage detected