UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

6 lines (5 loc) 216 B
import REGL from 'regl'; import { GPUMemoryAllocator } from './memory'; export declare let glContext: WebGLRenderingContext; export declare let gl: REGL.Regl; export declare let defaultAllocator: GPUMemoryAllocator;