MCPcopy Create free account
hub / github.com/tensorflow/tfjs / reset

Method reset

tfjs-core/src/environment.ts:155–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 }
154
155 reset() {
156 this.flags = {};
157 this.urlFlags = {};
158 this.populateURLFlags();
159 }
160
161 private populateURLFlags(): void {
162 if (typeof this.global === 'undefined' ||

Callers

nothing calls this directly

Calls 1

populateURLFlagsMethod · 0.95

Tested by

no test coverage detected