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

Method toArray

tfjs-data/src/iterators/webcam_iterator.ts:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219
220 // Override toArray() function to prevent collecting.
221 override toArray(): Promise<Tensor3D[]> {
222 throw new Error('Can not convert infinite video stream to array.');
223 }
224}

Callers 5

toArrayFunction · 0.45
dataset_test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected