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

Function disposeVariables

tfjs-core/src/globals.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 * @doc {heading: 'Environment'}
75 */
76export function disposeVariables(): void {
77 ENGINE.disposeVariables();
78}
79
80/**
81 * It returns the global engine that keeps track of all tensors and backends.

Callers

nothing calls this directly

Calls 1

disposeVariablesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…