Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
declare module
'../../tensor'
{
22
interface
Tensor<R extends Rank = Rank> {
23
unstack<T extends Tensor>(axis?: number): T[];
24
}
25
}
26
Callers
3
rnn
Function · 0.80
unstack_test.ts
File · 0.80
executeOp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected