MCPcopy
hub / github.com/tensorflow/tfjs / env

Function env

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

Source from the content-addressed store, hash-verified

210 * @doc {heading: 'Environment'}
211 */
212export function env() {
213 return ENV;
214}
215
216export let ENV: Environment = null;
217export function setEnvironmentGlobal(environment: Environment) {

Callers 15

iteratorMethod · 0.90
createMethod · 0.90
createMethod · 0.90
constructorMethod · 0.90
pumpMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected