Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Is4Alighed
Function
Is4Alighed
tensorflow/lite/delegates/gpu/cl/kernels/strided_slice.cc:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool Is4Alighed(const SliceAttributes& attr) {
85
return attr.strides.c == 1 && attr.starts.c % 4 == 0;
86
}
87
88
int3 GetOffset(const SliceAttributes& attr, int src_width, int src_height,
89
int src_channels) {
Callers
2
GetOffset
Function · 0.85
Compile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected