UNPKG

@tensorflow/tfjs-core

Version:

Hardware-accelerated JavaScript library for machine intelligence

6 lines 306 B
import * as webgl_util from './kernels/webgl/webgl_util'; import * as gpgpu_util from './kernels/webgl/gpgpu_util'; export { MathBackendWebGL } from './kernels/backend_webgl'; export { GPGPUContext } from './kernels/webgl/gpgpu_context'; export { gpgpu_util, webgl_util }; //# sourceMappingURL=webgl.js.map