Home
last modified time | relevance | path

Searched defs:AddNodeAttr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util.h136 void AddNodeAttr(StringPiece name, std::initializer_list<T> value, in AddNodeAttr() function
H A Dnode_def_util.cc922 void AddNodeAttr(StringPiece name, const AttrValue& value, NodeDef* node_def) { in AddNodeAttr() function
927 void AddNodeAttr(StringPiece name, AttrValue&& value, NodeDef* node_def) { in AddNodeAttr() function