MCPcopy Index your code
hub / github.com/apache/tvm / randomArray

Function randomArray

web/tests/node/test_module_load.js:34–38  ·  view source on GitHub ↗
(length, max)

Source from the content-addressed store, hash-verified

32
33
34function randomArray(length, max) {
35 return Array.apply(null, Array(length)).map(function () {
36 return Math.random() * max;
37 });
38}
39
40test("add one", () => {
41 tvm.beginScope();

Callers 1

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…