UNPKG

@tensorflow/tfjs-core

Version:

Hardware-accelerated JavaScript library for machine intelligence

5 lines (4 loc) 161 B
import { Tensor1D, Tensor2D } from '../tensor'; export declare class LinalgOps { static gramSchmidt(xs: Tensor1D[] | Tensor2D): Tensor1D[] | Tensor2D; }