Home | History | Annotate | Download | only in common_runtime

Lines Matching refs:get_func_sig

420     auto get_func_sig = [lib_def](const string& op, const OpDef** sig) {
423 return FunctionDefToBodyHelper(fdef, attrs, lib_def, get_func_sig, fbody);
1569 const std::function<Status(const string&, const OpDef**)>& get_func_sig,
1573 TF_RETURN_IF_ERROR(InstantiateFunction(fdef, attrs, get_func_sig, &result));