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.h255 std::string DebugString(const GraphDef& instantiated_func_def);
Dfunction.cc815 string DebugString(const GraphDef& instantiated_func_def) { in DebugString() argument
817 for (const NodeDef& n : instantiated_func_def.node()) { in DebugString()