Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ iterator
Method
iterator
tfjs-data/src/dataset_test.ts:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
}
65
async
iterator(): Promise<LazyIterator<{}>> {
66
return
new
TestObjectIterator();
67
}
68
}
69
70
// tslint:disable-next-line:no-any
Callers
1
dataset_test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected