Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ reverse
Method
reverse
tfjs-core/src/public/chained_ops/reverse.ts:23–23 ·
view source on GitHub ↗
(this: T, axis?: number|number[])
Source
from the content-addressed store, hash-verified
21
declare module
'../../tensor'
{
22
interface
Tensor<R extends Rank = Rank> {
23
reverse<T extends Tensor>(this: T, axis?: number|number[]): T;
24
}
25
}
26
Callers
9
constructor
Function · 0.80
call
Method · 0.80
rnn
Function · 0.80
stateSize
Method · 0.80
call
Method · 0.80
reverse_test.ts
File · 0.80
transpose_
Function · 0.80
PathSplitToList
Function · 0.80
executeOp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected