Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ getFlags
Method
getFlags
tfjs-core/src/environment.ts:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
getFlags(): Flags {
125
return
this.flags;
126
}
127
// For backwards compatibility.
128
get features(): Flags {
129
return
this.flags;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected