Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FindBuffer
Method
FindBuffer
tensorflow/lite/delegates/gpu/gl/object_manager.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
GlBuffer* ObjectManager::FindBuffer(uint32_t id) const {
65
return id >= buffers_.size() ? nullptr : buffers_[id].get();
66
}
67
68
Status ObjectManager::RegisterTexture(uint32_t id, GlTexture texture) {
69
if (id >= textures_.size()) {
Callers
8
CopyFromBufferHandle
Method · 0.80
CopyToBufferHandle
Method · 0.80
Prepare
Method · 0.80
Invoke
Method · 0.80
MakeBindingFunc
Function · 0.80
Execute
Method · 0.80
api.cc
File · 0.80
Invoke
Method · 0.80
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
1
Invoke
Method · 0.64