Searched refs:GetAttrValue (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/fxcrt/xml/
H A Dcxml_parser.h30 WideString GetAttrValue();
H A Dcxml_element.h38 WideString GetAttrValue(const ByteStringView& name) const;
H A Dcxml_element.cpp88 WideString CXML_Element::GetAttrValue(const ByteStringView& name) const { function in class:CXML_Element
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_xmllocale.cpp25 return m_pLocaleData ? m_pLocaleData->GetAttrValue("name") : WideString();
201 if (pChild->GetAttrValue("name") == wsName) {
/external/tensorflow/tensorflow/c/
H A Dc_test_util.h106 bool GetAttrValue(TF_Operation* oper, const char* attr_name,
H A Dc_api.cc968 const tensorflow::AttrValue* GetAttrValue(TF_Operation* oper, function in namespace:__anon25325
1536 const auto* attr = GetAttrValue(oper, attr_name, status);
1641 const auto* attr = GetAttrValue(oper, attr_name, status);
1659 const auto* attr = GetAttrValue(oper, attr_name, status);
1692 const auto* attr = GetAttrValue(oper, attr_name, status); \
1756 const auto* attr = GetAttrValue(oper, attr_name, status);
1770 const auto* attr = GetAttrValue(oper, attr_name, status);
1815 const auto* attr = GetAttrValue(oper, attr_name, status);
H A Dc_test_util.cc376 bool GetAttrValue(TF_Operation* oper, const char* attr_name, function
H A Dc_api_test.cc457 ASSERT_TRUE(GetAttrValue(feed, "dtype", &attr_value, s)) << TF_Message(s);
464 ASSERT_FALSE(GetAttrValue(feed, "missing", &attr_value, s));
499 ASSERT_TRUE(GetAttrValue(add, "T", &attr_value, s)) << TF_Message(s);
501 ASSERT_TRUE(GetAttrValue(add, "N", &attr_value, s)) << TF_Message(s);
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dlayout_optimizer_test.cc125 Tensor GetAttrValue(const NodeDef& node) { function in class:tensorflow::grappler::__anon26347::LayoutOptimizerTest
181 auto input_sizes = GetAttrValue(*input_sizes_node);

Completed in 2527 milliseconds