Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsParametrized
Function
IsParametrized
tensorflow/core/grappler/utils/functions.cc:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
bool IsParametrized(const FunctionDef& func) {
146
return HasParametrizedType(func) || HasParametrizedBody(func);
147
}
148
149
Status InstantiationTypeParameters(
150
const FunctionDef& func, const AttrSlice& func_instantiation_attr,
Callers
3
TEST_F
Function · 0.85
RunFunctionOptimizerPass
Method · 0.85
Optimize
Method · 0.85
Calls
2
HasParametrizedType
Function · 0.85
HasParametrizedBody
Function · 0.85
Tested by
1
TEST_F
Function · 0.68