Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/
Class
gpu-pipeline/webgl/gl-class.js:151–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
// A GPU processing step.
151
class
MaskStep {
152
constructor(gl) {
153
this.proc =
new
GlShaderProcessor(gl, MASK_SHADER);
154
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected