Home
last modified time | relevance | path

Searched defs:RemoveAttribute (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dremove_attribute.cc30 Status RemoveAttribute(const GraphDef& input_graph_def, in RemoveAttribute() function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement.cpp144 void CFX_XMLElement::RemoveAttribute(const WideString& name) { in RemoveAttribute() function in CFX_XMLElement
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h604 inline bool RemoveAttribute(NodeViewDiff<GraphViewT>* diff, in RemoveAttribute() function
866 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute() function
Dgraph_view_internal_test.cc415 TEST(MutableNodeViewDiffTest, RemoveAttribute) { in TEST() argument
1062 TEST(MutationNewNodeTest, RemoveAttribute) { in TEST() argument
/external/tinyxml/
Dtinyxml.h945 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp464 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
Dtinyxml.h1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp318 void CJX_Object::RemoveAttribute(WideStringView wsAttr) { in RemoveAttribute() function in CJX_Object
/external/llvm/bindings/go/llvm/
Dir.go1085 func (v Value) RemoveAttribute(a Attribute) { func