MCPcopy
hub / github.com/tensorflow/tfjs / Dimensions

Interface Dimensions

tfjs-react-native/src/camera/camera_webgl_util.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24import {Rotation} from './types';
25
26interface Dimensions {
27 width: number;
28 height: number;
29 depth: number;
30}
31
32// Shared cached frameBuffer object from external context
33const fboCache = new WeakMap<WebGL2RenderingContext, WebGLFramebuffer>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…