MCPcopy
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

21declare module '../../tensor' {
22 interface Tensor<R extends Rank = Rank> {
23 reshape<T extends Tensor>(shape: number[]): T;
24 }
25}
26

Callers 15

showExamplesFunction · 0.80
applyMethod · 0.80
models_test.tsFile · 0.80
applyMethod · 0.80
expandDimsFunction · 0.80
flattenFunction · 0.80
batchFlattenFunction · 0.80
dotFunction · 0.80
reshapeBiasFunction · 0.80
topology_test.tsFile · 0.80
training_test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

__call__Method · 0.64