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

Method BuildReducer

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

Source from the content-addressed store, hash-verified

162 }
163
164 void BuildReducer(xla::XlaBuilder* builder, const xla::XlaOp& scalar_lhs,
165 const xla::XlaOp& scalar_rhs) override {
166 xla::Or(scalar_lhs, scalar_rhs);
167 }
168};
169
170REGISTER_XLA_OP(Name("Any").CompileTimeConstantInput("reduction_indices"),

Callers

nothing calls this directly

Calls 1

OrFunction · 0.50

Tested by

no test coverage detected