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

Method BuildReducer

tensorflow/compiler/tf2xla/kernels/reduction_ops.cc:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void BuildReducer(xla::XlaBuilder* builder, const xla::XlaOp& scalar_lhs,
94 const xla::XlaOp& scalar_rhs) override {
95 xla::Max(scalar_lhs, scalar_rhs);
96 }
97};
98
99REGISTER_XLA_OP(Name("Max").CompileTimeConstantInput("reduction_indices"),

Callers

nothing calls this directly

Calls 1

MaxFunction · 0.50

Tested by

no test coverage detected