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

Function deepZip

tfjs-data/src/util/deep_map.ts:133–136  ·  view source on GitHub ↗
(
    inputs: any[], zipFn: (xs: any[]) => DeepMapResult = zipToList)

Source from the content-addressed store, hash-verified

131 * arrays at the leaves.
132 */
133export function deepZip(
134 inputs: any[], zipFn: (xs: any[]) => DeepMapResult = zipToList): any|any[] {
135 return deepZipInternal(inputs, zipFn);
136}
137
138/**
139 * @param containedIn: An set containing objects on the reference path currently

Callers 2

columnMajorBatchFunction · 0.90
deep_map_test.tsFile · 0.90

Calls 1

deepZipInternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…