function inferShapeimport { inferShape } from "https://deno.land/x/netsaur@0.2.14/src/core/tensor/util.ts"; inferShape(arr: ArrayMap): number[]Infer the shape of an array. Parametersarr: ArrayMapReturnsnumber[]