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

Method constructor

tfjs-core/src/environment.ts:54–56  ·  view source on GitHub ↗
(public global: any)

Source from the content-addressed store, hash-verified

52
53 // tslint:disable-next-line: no-any
54 constructor(public global: any) {
55 this.populateURLFlags();
56 }
57
58 setPlatform(platformName: string, platform: Platform) {
59 if (this.platform != null) {

Callers

nothing calls this directly

Calls 1

populateURLFlagsMethod · 0.95

Tested by

no test coverage detected