UNPKG

@tensorflow/tfjs-core

Version:

Hardware-accelerated JavaScript library for machine intelligence

6 lines (5 loc) 295 B
import * as webgl_util from './kernels/webgl/webgl_util'; import * as gpgpu_util from './kernels/webgl/gpgpu_util'; export { MathBackendWebGL, WebGLTimingInfo } from './kernels/backend_webgl'; export { GPGPUContext } from './kernels/webgl/gpgpu_context'; export { gpgpu_util, webgl_util };