Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
inline 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
Compile
Method · 0.85
Calls
2
MakeObjectRef
Function · 0.85
GetPHWC4Size
Function · 0.85
Tested by
no test coverage detected