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

Function engine

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

Source from the content-addressed store, hash-verified

83 * @doc {heading: 'Environment'}
84 */
85export function engine(): Engine {
86 return ENGINE;
87}
88
89/**
90 * Returns memory info at the current time in the program. The result is an

Callers 15

constructorMethod · 0.90
makeOutputMethod · 0.90
constructorMethod · 0.90
readToGPUMethod · 0.90
constructorMethod · 0.90
readMethod · 0.90
readToGPUMethod · 0.90
packedUnaryOpMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…