Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ setFlags
Method
setFlags
tfjs-core/src/environment.ts:151–153 ·
view source on GitHub ↗
(flags: Flags)
Source
from the content-addressed store, hash-verified
149
}
150
151
setFlags(flags: Flags) {
152
this.flags = Object.assign({}, flags);
153
}
154
155
reset() {
156
this.flags = {};
Callers
4
describeWithFlags
Function · 0.80
executeTests
Function · 0.80
jasmine_util_test.ts
File · 0.80
setEnvFlags
Function · 0.80
Calls
1
assign
Method · 0.80
Tested by
no test coverage detected