Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetForwardable
Method
SetForwardable
tensorflow/lite/delegates/flex/kernel.cc:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void SetForwardable(int i, bool v) { forwardable_[i] = v; }
94
95
bool IsForwardable(int i) const { return forwardable_[i]; }
96
Callers
1
Prepare
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected