Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h242 string DebugString(const GraphDef& instantiated_func_def);
Dfunction.cc768 string DebugString(const GraphDef& instantiated_func_def) { in DebugString() argument
770 for (const NodeDef& n : instantiated_func_def.node()) { in DebugString()