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

Function Compare

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

Source from the content-addressed store, hash-verified

3072}
3073
3074XlaOp Compare(const XlaOp lhs, const XlaOp rhs,
3075 absl::Span<const int64> broadcast_dimensions,
3076 ComparisonDirection direction) {
3077 return lhs.builder()->BinaryOp(HloOpcode::kCompare, lhs, rhs,
3078 broadcast_dimensions, direction);
3079}
3080
3081XlaOp Dot(const XlaOp lhs, const XlaOp rhs,
3082 const PrecisionConfig* precision_config) {

Callers 7

EqFunction · 0.70
NeFunction · 0.70
GeFunction · 0.70
GtFunction · 0.70
LeFunction · 0.70
LtFunction · 0.70
NearHelperFunction · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected