interface TensorJSONimport { type TensorJSON } from "https://deno.land/x/netsaur@0.2.6/src/model/types.ts"; Propertiesdata: number[]shape: Shape[Rank]