MCPcopy 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
64GlBuffer* ObjectManager::FindBuffer(uint32_t id) const {
65 return id >= buffers_.size() ? nullptr : buffers_[id].get();
66}
67
68Status ObjectManager::RegisterTexture(uint32_t id, GlTexture texture) {
69 if (id >= textures_.size()) {

Callers 8

CopyFromBufferHandleMethod · 0.80
CopyToBufferHandleMethod · 0.80
PrepareMethod · 0.80
InvokeMethod · 0.80
MakeBindingFuncFunction · 0.80
ExecuteMethod · 0.80
api.ccFile · 0.80
InvokeMethod · 0.80

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by 1

InvokeMethod · 0.64