Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/misc/mod.ts>Tensor#toJSON

Machine Learning utilities for TypeScript
Latest
method Tensor.prototype.toJSON
Re-export
import { Tensor } from "https://deno.land/x/vectorizer@v0.7.5/src/utils/misc/mod.ts";

Returns

{ data: DTypeValue<DT>[]; shape: Shape<O>; }