Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ kernelNames
Method
kernelNames
tfjs-core/src/engine.ts:155–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
kernels: [],
154
result: null,
155
get kernelNames():
156
string[] {
157
return
Array.from(
new
Set(this.kernels.map(k => k.name)));
158
}
159
};
160
161
dispose() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected