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

Method memory

tfjs-core/src/backends/backend.ts:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 memory(): {unreliable: boolean; reasons?: string[]} {
143 return notYetImplemented('memory');
144 }
145 /** Returns the highest precision for floats in bits (e.g. 16 or 32) */
146 floatPrecision(): 16|32 {
147 return notYetImplemented('floatPrecision');

Callers

nothing calls this directly

Calls 1

notYetImplementedFunction · 0.85

Tested by

no test coverage detected