Home
last modified time | relevance | path

Searched defs:HasAttr (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddataset.cc329 bool GraphDefBuilderWrapper::HasAttr(const string& name, in HasAttr() function in tensorflow::data::GraphDefBuilderWrapper
Ddataset.h268 bool HasAttr(const OpDef* op_def, const string& attr_name) const { in HasAttr() function
Dop_kernel.cc246 bool OpKernelConstruction::HasAttr(StringPiece attr_name) const { in HasAttr() function in tensorflow::OpKernelConstruction
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h238 bool HasAttr(absl::string_view attr_name) const { in HasAttr() function
Dgraph_view_test.cc779 TYPED_TEST(TypedNodeViewTest, HasAttr) { in TYPED_TEST() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp284 TEST(DeclarationMatcher, HasAttr) { in TEST() argument
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp443 bool HasAttr = AttrList.hasAttribute(getAttrIdx(), AK); in getAttrsFromIRAttr() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc71 bool HasAttr(const NodeDef& node, const std::string& attr_name) { in HasAttr() function
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp425 TEST_P(ASTMatchersTest, HasAttr) { in TEST_P() argument