Home
last modified time | relevance | path

Searched defs:SetAttr (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/
Dpython_api.cc28 void SetAttr(TF_Graph* graph, TF_Operation* op, const char* attr_name, in SetAttr() function
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement.cc194 void XmlElement::SetAttr(const QName& name, const std::string& value) { in SetAttr() function in buzz::XmlElement
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dprint.c99 INTN EFIAPI (*SetAttr)(VOID *context, UINTN attr); member
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2721 int SetAttr(CMessage* self, PyObject* name, PyObject* value) { in CheckAndGetInteger() function