Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h446 FunctionDefAndOpRegistration(const FunctionDef& fdef_in);
Dfunction.cc1020 FunctionDefAndOpRegistration(const FunctionDef& fdef_in) in FunctionDefAndOpRegistration() argument
1021 : fdef(fdef_in), in FunctionDefAndOpRegistration()