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

Function ReduceWindow

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

Source from the content-addressed store, hash-verified

3335}
3336
3337XlaOp ReduceWindow(const XlaOp operand, const XlaOp init_value,
3338 const XlaComputation& computation,
3339 absl::Span<const int64> window_dimensions,
3340 absl::Span<const int64> window_strides, Padding padding) {
3341 return operand.builder()->ReduceWindow(operand, init_value, computation,
3342 window_dimensions, window_strides,
3343 padding);
3344}
3345
3346XlaOp ReduceWindowWithGeneralPadding(
3347 const XlaOp operand, const XlaOp init_value,

Callers 15

CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
TEST_FFunction · 0.85
ComputeSumsFunction · 0.85
MaxPoolFunction · 0.85
AvgPoolGradFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
ReduceWindowAddMethod · 0.85

Calls 2

ReduceWindowMethod · 0.45
builderMethod · 0.45

Tested by 8

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
ReduceWindowAddMethod · 0.68
ReduceWindowMaxMethod · 0.68
ReduceWindowMinMethod · 0.68
XLA_TEST_PFunction · 0.68