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

Method features

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

Source from the content-addressed store, hash-verified

126 }
127 // For backwards compatibility.
128 get features(): Flags {
129 return this.flags;
130 }
131
132 set(flagName: string, value: FlagValue): void {
133 if (this.flagRegistry[flagName] == null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected