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