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