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

Function MakeObjectRef

tensorflow/lite/delegates/gpu/gl/object.h:88–92  ·  view source on GitHub ↗

@return object that references an object created externally.

Source from the content-addressed store, hash-verified

86
87// @return object that references an object created externally.
88inline Object MakeObjectRef(ObjectRef unique_id, const ObjectSize& size,
89 AccessType access_type) {
90 return Object{access_type, DataType::FLOAT32, ObjectType::UNKNOWN, 0,
91 size, unique_id};
92}
93
94namespace internal_object {
95

Callers 1

MakePHWC4RefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected