Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc731 const FunctionDef* prev_fdef = in AddFunctionDef() local
733 if (prev_fdef == nullptr) { in AddFunctionDef()
737 if (!FunctionDefsEqual(fdef, *prev_fdef)) { in AddFunctionDef()
742 prev_fdef->DebugString(), in AddFunctionDef()