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

Method BindToIndex

tensorflow/lite/delegates/gpu/gl/gl_buffer.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Status GlBuffer::BindToIndex(uint32_t index) const {
79 return TFLITE_GPU_CALL_GL(glBindBufferRange, target_, index, id_, offset_,
80 bytes_size_);
81}
82
83Status GlBuffer::MakeView(size_t offset, size_t bytes_size,
84 GlBuffer* gl_buffer) {

Callers 4

MakeBindingFuncFunction · 0.80
WaitMethod · 0.80
ConvertMethod · 0.80
ConvertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected