MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / id

Method id

tensorflow/lite/delegates/gpu/gl/gl_shader.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 ~GlShader();
49
50 GLuint id() const { return id_; }
51
52 private:
53 explicit GlShader(GLuint id) : id_(id) {}

Callers 10

CopyBufferFunction · 0.45
CreatePersistentBufferFunction · 0.45
CompileShaderMethod · 0.45
CreateWithShaderMethod · 0.45
AddMethod · 0.45
CreateSharedGlBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected