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

Function Rev

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

Source from the content-addressed store, hash-verified

3491}
3492
3493XlaOp Rev(const XlaOp operand, absl::Span<const int64> dimensions) {
3494 return operand.builder()->Rev(operand, dimensions);
3495}
3496
3497XlaOp Sort(absl::Span<const XlaOp> operands, const XlaComputation& comparator,
3498 int64 dimension, bool is_stable) {

Callers 11

DoMirrorPadMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
TEST_PFunction · 0.85
XLA_TEST_FFunction · 0.85
TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

RevMethod · 0.80
builderMethod · 0.45

Tested by 4

TEST_PFunction · 0.68
XLA_TEST_FFunction · 0.68
TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68