MCPcopy Index your code
hub / github.com/tensorflow/tfjs / split

Method split

tfjs-core/src/public/chained_ops/split.ts:23–23  ·  view source on GitHub ↗
(numOrSizeSplits: number[]|number, axis?: number)

Source from the content-addressed store, hash-verified

21declare module '../../tensor' {
22 interface Tensor<R extends Rank = Rank> {
23 split<T extends Tensor>(numOrSizeSplits: number[]|number, axis?: number):
24 T[];
25 }
26}

Callers 15

enumerate-tests.tsFile · 0.65
iteratorMethod · 0.65
pumpMethod · 0.65
topology_test.tsFile · 0.65
isKerasSavedModelFormatFunction · 0.65
loadWeightsFunction · 0.65
parseWeightsFunction · 0.65
callMethod · 0.65
callMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected