Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.h253 const string& GetNodeAttrString(const AttrSlice& attrs, StringPiece attr_name);
Dnode_def_util.cc304 const string& GetNodeAttrString(const AttrSlice& attrs, StringPiece attr_name) { in GetNodeAttrString() function
Dop_kernel.cc1110 const string& label = GetNodeAttrString(node_def, kKernelAttr); in FindKernelRegistration()