Searched refs:get_func_sig_ (Results 1 – 1 of 1) sorted by relevance
372 std::function<Status(const string&, const OpDef**)> get_func_sig_; member in tensorflow::FunctionLibraryRuntimeImpl444 get_func_sig_ = [this](const string& op, const OpDef** sig) { in FunctionLibraryRuntimeImpl()603 return FunctionDefToBodyHelper(fdef, attrs, lib_def, get_func_sig_, fbody); in FunctionDefToBody()