MCPcopy
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

21declare 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

batchConcatFunction · 0.65
rnnFunction · 0.65
tape_test.tsFile · 0.65
stack_test.tsFile · 0.65
fFunction · 0.65
bucketsMethod · 0.65
executeOpFunction · 0.65
executeOpFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected