Home
last modified time | relevance | path

Searched defs:setAttrs (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DEagerOperationBuilderTest.java83 public void setAttrs() { in setAttrs() method in EagerOperationBuilderTest
/external/llvm/lib/Analysis/
DStratifiedSets.h241 void setAttrs(AliasAttrs Other) { in setAttrs() function
/external/llvm-project/llvm/lib/Analysis/
DStratifiedSets.h231 void setAttrs(AliasAttrs Other) { in setAttrs() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h231 void setAttrs(AliasAttrs Other) { in setAttrs() function
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h320 void setAttrs(MutableDictionaryAttr newAttrs) { attrs = newAttrs; } in setAttrs() function
DOpDefinition.h183 void setAttrs(ArrayRef<NamedAttribute> attributes) { in setAttrs() function
186 void setAttrs(MutableDictionaryAttr newAttrs) { state->setAttrs(newAttrs); } in setAttrs() function
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h423 void setAttrs(uint16_t A) { Attrs = A; } in setAttrs() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h460 void setAttrs(uint16_t A) { Attrs = A; } in setAttrs() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h460 void setAttrs(uint16_t A) { Attrs = A; } in setAttrs() function
/external/clang/include/clang/AST/
DDeclBase.h441 void setAttrs(const AttrVec& Attrs) { in setAttrs() function
DComment.h486 void setAttrs(ArrayRef<Attribute> Attrs) { in setAttrs() function
/external/llvm-project/clang/include/clang/AST/
DComment.h480 void setAttrs(ArrayRef<Attribute> Attrs) { in setAttrs() function
DDeclBase.h491 void setAttrs(const AttrVec& Attrs) { in setAttrs() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h357 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h351 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs() function
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp1488 void MutableDictionaryAttr::setAttrs(ArrayRef<NamedAttribute> attributes) { in setAttrs() function in MutableDictionaryAttr