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

Function ReduceAll

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

Source from the content-addressed store, hash-verified

3330}
3331
3332XlaOp ReduceAll(const XlaOp operand, const XlaOp init_value,
3333 const XlaComputation& computation) {
3334 return operand.builder()->ReduceAll(operand, init_value, computation);
3335}
3336
3337XlaOp ReduceWindow(const XlaOp operand, const XlaOp init_value,
3338 const XlaComputation& computation,

Callers 8

IsEqualComputationFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
WhileLoopFnFunction · 0.50
WhileLoopFnFunction · 0.50

Calls 2

ReduceAllMethod · 0.80
builderMethod · 0.45

Tested by 3

IsEqualComputationFunction · 0.40