Home
last modified time | relevance | path

Searched refs:get_func_sig_ (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc396 std::function<Status(const string&, const OpDef**)> get_func_sig_; member in tensorflow::FunctionLibraryRuntimeImpl
480 get_func_sig_ = [this](const string& op, const OpDef** sig) { in FunctionLibraryRuntimeImpl()
677 return FunctionDefToBodyHelper(fdef, attrs, lib_def, get_func_sig_, fbody); in FunctionDefToBody()