Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h243 string DebugString(gtl::ArraySlice<NodeDef> instantiated_func_nodes);
Dfunction.cc776 string DebugString(gtl::ArraySlice<NodeDef> instantiated_func_nodes) { in DebugString() argument
778 for (const NodeDef& n : instantiated_func_nodes) { in DebugString()