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

Function Min

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

Source from the content-addressed store, hash-verified

3263}
3264
3265XlaOp Min(const XlaOp lhs, const XlaOp rhs,
3266 absl::Span<const int64> broadcast_dimensions) {
3267 return lhs.builder()->BinaryOp(HloOpcode::kMinimum, lhs, rhs,
3268 broadcast_dimensions);
3269}
3270
3271XlaOp And(const XlaOp lhs, const XlaOp rhs,
3272 absl::Span<const int64> broadcast_dimensions) {

Callers 15

GetOrCreateMinMethod · 0.50
CombineMethod · 0.50
BuildReducerMethod · 0.50
binary_ops.ccFile · 0.50
CombineMethod · 0.50
RGBToHSVFunction · 0.50
CompileMethod · 0.50
XLA_TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50
XLA_TEST_PFunction · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 7

XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_PFunction · 0.40
BuildBinOpMethod · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40