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

Method Reduce

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

Source from the content-addressed store, hash-verified

1926}
1927
1928XlaOp XlaBuilder::Reduce(XlaOp operand, XlaOp init_value,
1929 const XlaComputation& computation,
1930 absl::Span<const int64> dimensions_to_reduce) {
1931 return Reduce(absl::Span<const XlaOp>({operand}),
1932 absl::Span<const XlaOp>({init_value}), computation,
1933 dimensions_to_reduce);
1934}
1935
1936XlaOp XlaBuilder::Reduce(absl::Span<const XlaOp> operands,
1937 absl::Span<const XlaOp> init_values,

Callers 1

ReduceFunction · 0.45

Calls 7

add_dimensionsMethod · 0.80
ReduceFunction · 0.70
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45
mutable_shapeMethod · 0.45
ToProtoMethod · 0.45

Tested by

no test coverage detected