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

Function Product

tensorflow/compiler/xla/util.cc:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258int64 Product(absl::Span<const int64> xs) {
259 return std::accumulate(xs.begin(), xs.end(), static_cast<int64>(1),
260 std::multiplies<int64>());
261}
262
263absl::InlinedVector<std::pair<int64, int64>, 8> CommonFactors(
264 absl::Span<const int64> a, absl::Span<const int64> b) {

Callers 5

CommonFactorsFunction · 0.85
HandleDotSlowPathMethod · 0.85
ExpandFirstDimIntoNDimsFunction · 0.85
HandleConvolutionMethod · 0.85
XLA_TEST_PFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

XLA_TEST_PFunction · 0.68