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

Method BuildReducer

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

Source from the content-addressed store, hash-verified

144 }
145
146 void BuildReducer(xla::XlaBuilder* builder, const xla::XlaOp& scalar_lhs,
147 const xla::XlaOp& scalar_rhs) override {
148 xla::And(scalar_lhs, scalar_rhs);
149 }
150};
151
152REGISTER_XLA_OP(Name("All").CompileTimeConstantInput("reduction_indices"),

Callers

nothing calls this directly

Calls 1

AndFunction · 0.50

Tested by

no test coverage detected