Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.h131 void AddNodeAttr(StringPiece name, std::initializer_list<T> value, in AddNodeAttr() function
Dnode_def_util.cc863 void AddNodeAttr(StringPiece name, const AttrValue& value, NodeDef* node_def) { in AddNodeAttr() function
868 void AddNodeAttr(StringPiece name, AttrValue&& value, NodeDef* node_def) { in AddNodeAttr() function