Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ f
Function
f
tfjs-core/src/ops/stack_test.ts:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
const
b = tf.scalar(5);
35
const
c = tf.scalar(7);
36
const
f = () => tf.stack([a, b, c], 1);
37
expect(f).toThrowError();
38
});
39
Callers
nothing calls this directly
Calls
1
stack
Method · 0.65
Tested by
no test coverage detected