HomeSort by relevance Sort by last modified time
    Searched defs:AddAttr (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/framework/
node_def_util.cc 678 void AddAttr(StringPiece name, const AttrValue& value, AttrValueMap* map) {
683 void AddAttr(StringPiece name, T value, AttrValueMap* map) { \
686 AddAttr(name, attr_value, map); \
function.cc 95 void AddAttr(const string& name, const T& val, NodeDef* ndef) {
172 AddAttr("T", dtypes[i], gnode);
173 AddAttr("index", arg_index, gnode);
333 AddAttr("T", dtypes[i], gnode);
334 AddAttr("index", (*ret_index)++, gnode);
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.cc 360 void XmlElement::AddAttr(const QName& name, const std::string& value) {
367 void XmlElement::AddAttr(const QName& name, const std::string& value,
373 element->AddAttr(name, value);
  /external/tensorflow/tensorflow/core/graph/
graph.h 168 void AddAttr(const string& name, const T& val) {
207 // e.g. in AddAttr.

Completed in 80 milliseconds