Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ reshape
Method
reshape
tfjs-core/src/public/chained_ops/reshape.ts:23–23 ·
view source on GitHub ↗
(shape: number[])
Source
from the content-addressed store, hash-verified
21
declare module
'../../tensor'
{
22
interface
Tensor<R extends Rank = Rank> {
23
reshape<T extends Tensor>(shape: number[]): T;
24
}
25
}
26
Callers
15
showExamples
Function · 0.80
apply
Method · 0.80
models_test.ts
File · 0.80
sparseCategoricalCrossentropy
Function · 0.80
apply
Method · 0.80
expandDims
Function · 0.80
flatten
Function · 0.80
batchFlatten
Function · 0.80
dot
Function · 0.80
reshapeBias
Function · 0.80
topology_test.ts
File · 0.80
training_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
__call__
Method · 0.64