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

Function GetData

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

Source from the content-addressed store, hash-verified

79}
80
81inline const ObjectData* GetData(const Object& object) {
82 return absl::get_if<ObjectData>(&object.object);
83}
84
85inline size_t ByteSizeOf(const Object& object);
86

Callers 2

AllocateConstObjectMethod · 0.70
GetOutputMethod · 0.50

Calls

no outgoing calls

Tested by 1

GetOutputMethod · 0.40