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

Function Max

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

Source from the content-addressed store, hash-verified

3257}
3258
3259XlaOp Max(const XlaOp lhs, const XlaOp rhs,
3260 absl::Span<const int64> broadcast_dimensions) {
3261 return lhs.builder()->BinaryOp(HloOpcode::kMaximum, lhs, rhs,
3262 broadcast_dimensions);
3263}
3264
3265XlaOp Min(const XlaOp lhs, const XlaOp rhs,
3266 absl::Span<const int64> broadcast_dimensions) {

Callers 15

GetOrCreateMaxMethod · 0.50
ReluFunction · 0.50
unary_ops.ccFile · 0.50
CombineMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
BuildReducerMethod · 0.50
binary_ops.ccFile · 0.50
CombineMethod · 0.50
RGBToHSVFunction · 0.50
CompileMethod · 0.50

Calls 2

BinaryOpMethod · 0.45
builderMethod · 0.45

Tested by 11

HloCostAnalysisTestMethod · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
CreateScalarReluMethod · 0.40
CreateScalarMaxMethod · 0.40
XLA_TEST_FFunction · 0.40
CreateMaxMethod · 0.40
XLA_TYPED_TESTFunction · 0.40
TestImplMethod · 0.40
BuildBinOpMethod · 0.40
TEST_FFunction · 0.40