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

Function Sort

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

Source from the content-addressed store, hash-verified

3495}
3496
3497XlaOp Sort(absl::Span<const XlaOp> operands, const XlaComputation& comparator,
3498 int64 dimension, bool is_stable) {
3499 return operands[0].builder()->Sort(operands, comparator, dimension,
3500 is_stable);
3501}
3502
3503XlaOp Clamp(const XlaOp min, const XlaOp operand, const XlaOp max) {
3504 return min.builder()->Clamp(min, operand, max);

Callers 13

ExportXlaOpFunction · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
TopKFunction · 0.50
TopKWithPartitionsFunction · 0.50
SortByEigenvaluesFunction · 0.50
BuildOpsSubmoduleFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 2

SortMethod · 0.45
builderMethod · 0.45

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40