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

Method BuildReducer

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

Source from the content-addressed store, hash-verified

73 }
74
75 void BuildReducer(xla::XlaBuilder* builder, const xla::XlaOp& scalar_lhs,
76 const xla::XlaOp& scalar_rhs) override {
77 xla::Min(scalar_lhs, scalar_rhs);
78 }
79};
80
81REGISTER_XLA_OP(Name("Min").CompileTimeConstantInput("reduction_indices"),

Callers

nothing calls this directly

Calls 1

MinFunction · 0.50

Tested by

no test coverage detected