MCPcopy 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
145bool IsParametrized(const FunctionDef& func) {
146 return HasParametrizedType(func) || HasParametrizedBody(func);
147}
148
149Status InstantiationTypeParameters(
150 const FunctionDef& func, const AttrSlice& func_instantiation_attr,

Callers 3

TEST_FFunction · 0.85
OptimizeMethod · 0.85

Calls 2

HasParametrizedTypeFunction · 0.85
HasParametrizedBodyFunction · 0.85

Tested by 1

TEST_FFunction · 0.68