MCPcopy Create free account
hub / github.com/DustinBrett/daedalOS / ndarrayCacheUpdate

Method ndarrayCacheUpdate

public/System/tvm/tvmjs.bundle.js:2380–2382  ·  view source on GitHub ↗

* Update the ndarray cache. * @param name The name of the array. * @param arr The content.

(name, arr, override = false)

Source from the content-addressed store, hash-verified

2378 * @param arr The content.
2379 */
2380 ndarrayCacheUpdate(name, arr, override = false) {
2381 this.ctx.arrayCacheUpdate(name, arr, this.scalar(override ? 1 : 0, "int32"));
2382 }
2383 /**
2384 * Update the ndarray cache.
2385 * @param name The name of the array.

Callers 1

Calls 1

scalarMethod · 0.95

Tested by

no test coverage detected