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

Function Reverse

tensorflow/core/graph/testlib.cc:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258Node* Add(Graph* g, Node* in0, Node* in1) { return Binary(g, "Add", in0, in1); }
259
260Node* Reverse(Graph* g, Node* tensor, Node* axis) {
261 return Binary(g, "ReverseV2", tensor, axis);
262}
263
264Node* Roll(Graph* g, Node* input, Node* shift, Node* axis) {
265 Node* ret;

Callers 5

TEST_FFunction · 0.50
TEST_FFunction · 0.50
BCastMethod · 0.50
TEST_FFunction · 0.50
ReverseGradFunction · 0.50

Calls 1

BinaryFunction · 0.70

Tested by

no test coverage detected