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.cc372 std::function<Status(const string&, const OpDef**)> get_func_sig_; member in tensorflow::FunctionLibraryRuntimeImpl
444 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()