MCPcopy
hub / github.com/tensorflow/tfjs / unstack

Method unstack

tfjs-core/src/public/chained_ops/unstack.ts:23–23  ·  view source on GitHub ↗
(axis?: number)

Source from the content-addressed store, hash-verified

21declare module '../../tensor' {
22 interface Tensor<R extends Rank = Rank> {
23 unstack<T extends Tensor>(axis?: number): T[];
24 }
25}
26

Callers 3

rnnFunction · 0.80
unstack_test.tsFile · 0.80
executeOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected