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

Method FindObject

tensorflow/lite/delegates/gpu/gl_delegate.cc:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338 private:
339 Status FindObject(ValueId id, ValueRef* ref) const {
340 if (id >= tensors_.size()) {
341 return InvalidArgumentError("Invalid buffer id");
342 }
343 *ref = tensors_[id];
344 return OkStatus();
345 }
346
347 TfLiteDelegate delegate_ = {
348 reinterpret_cast<void*>(this), // .data_

Callers

nothing calls this directly

Implementers 1

NnApiDelegatetensorflow/lite/delegates/nnapi/java/s

Calls 3

OkStatusFunction · 0.85
InvalidArgumentErrorFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected