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

Method memory

tfjs-backend-cpu/src/backend_cpu.ts:206–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 override memory() {
207 return {
208 // Unreliable due to automatic gc. The numbers above are cumulative.
209 unreliable: true,
210 reasons:
211 ['The reported memory is an upper bound. Due to automatic garbage ' +
212 'collection, the true allocated memory may be less.']
213 };
214 }
215
216 where(condition: Tensor): Tensor2D {
217 assertNotComplex([condition], 'where');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected