Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toArray
Function · 0.45
dataset_test.ts
File · 0.45
csv_dataset_test.ts
File · 0.45
prefetch_iterator_test.ts
File · 0.45
lazy_iterator_test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected