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

Function Collapse

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

Source from the content-addressed store, hash-verified

2985}
2986
2987XlaOp Collapse(const XlaOp operand, absl::Span<const int64> dimensions) {
2988 return operand.builder()->Collapse(operand, dimensions);
2989}
2990
2991XlaOp Slice(const XlaOp operand, absl::Span<const int64> start_indices,
2992 absl::Span<const int64> limit_indices,

Callers 9

Gather2by2NeighborsFunction · 0.85
SetMatrixDiagFunction · 0.85
DequantizeFunction · 0.85
qr.ccFile · 0.85
XLA_TEST_PFunction · 0.85
OptimizeMethod · 0.85

Calls 2

CollapseMethod · 0.45
builderMethod · 0.45

Tested by 1

XLA_TEST_PFunction · 0.68