Searched refs:InstantiateFunctionCall (Results 1 – 4 of 4) sorted by relevance
94 Status InstantiateFunctionCall(const NodeDef& call_def,
274 Status InstantiateFunctionCall(const NodeDef& call_def, in InstantiateFunctionCall() function
865 Status s = InstantiateFunctionCall(node->def(), lib, &handle); in ExpandInlineFunctions()
207 TF_RETURN_IF_ERROR(InstantiateFunctionCall(n.def(), lib_runtime, &handle)); in PropagateThroughCallOp()