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

Function MakePHWC4Ref

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

Source from the content-addressed store, hash-verified

177}
178
179inline Object MakePHWC4Ref(uint32_t global_id, const BHWC& shape) {
180 return MakeObjectRef(global_id, GetPHWC4Size(shape), AccessType::READ_WRITE);
181}
182
183} // namespace gl
184} // namespace gpu

Callers 1

CompileMethod · 0.85

Calls 2

MakeObjectRefFunction · 0.85
GetPHWC4SizeFunction · 0.85

Tested by

no test coverage detected