MCPcopy
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

21declare 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

constructorFunction · 0.80
callMethod · 0.80
rnnFunction · 0.80
stateSizeMethod · 0.80
callMethod · 0.80
reverse_test.tsFile · 0.80
transpose_Function · 0.80
PathSplitToListFunction · 0.80
executeOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected