MCPcopy
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

describeWithFlagsFunction · 0.80
executeTestsFunction · 0.80
setEnvFlagsFunction · 0.80

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected