Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ getInputs
Function
getInputs
tfjs-layers/src/models_test.ts:1932–1934 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1930
];
1931
1932
function
getInputs(): Tensor {
1933
return
ones(batchInputShape);
1934
}
1935
1936
function
getExpectedOutputs(): Tensor {
1937
return
ones([1].concat(secondReshape));
Callers
1
models_test.ts
File · 0.70
Calls
1
ones
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…