| /external/tensorflow/tensorflow/go/op/ |
| D | scope.go | 35 type Scope struct { struct 36 graph *tf.Graph 37 namemap map[string]int 38 namespace string 39 controlDependencies []*tf.Operation 40 device string 41 err *scopeErr 62 func (s *Scope) Finalize() (*tf.Graph, error) { 75 func (s *Scope) AddOperation(args tf.OpSpec) *tf.Operation { 97 func (s *Scope) SubScope(namespace string) *Scope { [all …]
|
| D | wrappers.go | 70 func Abort(scope *Scope, optional ...AbortAttr) (o *tf.Operation) { 91 func Abs(scope *Scope, x tf.Output) (y tf.Output) { 120 func AccumulateNV2(scope *Scope, inputs []tf.Output, shape tf.Shape) (sum tf.Output) { 141 func Acos(scope *Scope, x tf.Output) (y tf.Output) { 164 func Acosh(scope *Scope, x tf.Output) (y tf.Output) { 186 func Add(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { 262 func AddManySparseToTensorsMap(scope *Scope, sparse_indices tf.Output, sparse_values tf.Output, spa… 289 func AddN(scope *Scope, inputs []tf.Output) (sum tf.Output) { 352 func AddSparseToTensorsMap(scope *Scope, sparse_indices tf.Output, sparse_values tf.Output, sparse_… 375 func AddV2(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 124 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 141 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 159 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 187 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 211 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope() 233 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 284 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 303 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
| /external/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 110 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 127 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 141 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 169 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 194 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope() 216 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 273 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 295 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
| /external/rust/crates/crossbeam-utils/src/ |
| D | thread.rs | 196 pub struct Scope<'env> { struct 207 unsafe impl Sync for Scope<'_> {} implementation 209 impl<'env> Scope<'env> { implementation 280 impl fmt::Debug for Scope<'_> { implementation
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactorDebugInfo.hpp | 127 struct Scope struct in rr::DebugInfo 129 Location location; 130 llvm::DIScope *di; 131 std::unordered_set<std::string> symbols; 132 Pending pending;
|
| /external/google-breakpad/src/processor/ |
| D | cfi_frame_info_unittest.cc | 163 class Scope: public CFIFixture, public Test { }; class 166 TEST_F(Scope, CFALacksCFA) { in TEST_F() argument 176 TEST_F(Scope, CFALacksRA) { in TEST_F() argument 187 TEST_F(Scope, CFASeesCurrentRegs) { in TEST_F() argument 202 TEST_F(Scope, RASeesCFA) { in TEST_F() argument 214 TEST_F(Scope, RALacksRA) { in TEST_F() argument 225 TEST_F(Scope, RASeesCurrentRegs) { in TEST_F() argument 238 TEST_F(Scope, RegistersSeeCFA) { in TEST_F() argument 251 TEST_F(Scope, RegsLackRA) { in TEST_F() argument 262 TEST_F(Scope, RegsSeeRegs) { in TEST_F() argument [all …]
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
| D | Scope.java | 80 public final class Scope { class 87 public Scope(ExecutionEnvironment env) { in Scope() method in Scope 153 private Scope( in Scope() method in Scope
|
| /external/llvm/lib/IR/ |
| D | DebugLoc.cpp | 51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 58 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 90 auto *Scope = cast<DIScope>(getScope()); in print() local
|
| D | DebugInfoMetadata.cpp | 42 unsigned Column, Metadata *Scope, in getImpl() 244 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 259 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 280 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 314 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType() 411 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 444 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 458 Metadata *Scope, Metadata *File, in getImpl() 468 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 477 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() [all …]
|
| D | DIBuilder.cpp | 260 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() 278 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 289 DIDerivedType *DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, in createStaticMemberType() 390 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 415 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 480 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 495 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() 566 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() 588 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() 598 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable() [all …]
|
| D | DebugInfo.cpp | 34 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 117 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 231 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anond8d13b300111::SIMemOpInfo 131 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 554 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 620 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 667 SIAtomicScope Scope, in enableLoadCacheBypass() 714 SIAtomicScope Scope, in insertCacheInvalidate() 756 SIAtomicScope Scope, in insertWait() 852 SIAtomicScope Scope, in insertCacheInvalidate() 901 SIAtomicScope Scope, in enableLoadCacheBypass() 954 SIAtomicScope Scope, in insertCacheInvalidate() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugLoc.cpp | 51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 123 auto *Scope = cast<DIScope>(getScope()); in print() local
|
| D | DebugInfo.cpp | 43 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 148 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 268 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 496 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 641 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 802 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 817 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 826 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 836 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace() 848 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias() [all …]
|
| D | DIBuilder.cpp | 335 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() 353 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() 363 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 376 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() 476 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 488 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantPart() 506 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 576 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 591 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() 675 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() [all …]
|
| /external/llvm/bindings/go/llvm/ |
| D | DIBuilderBindings.cpp | 54 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 65 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 74 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 87 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateAutoVariable() 98 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateParameterVariable() 135 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateStructType() 149 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType() 159 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateMemberType()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 343 CHRScope *Scope = findScopes(R, nullptr, nullptr, Output); in findScopes() local 438 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<() 893 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable() 1128 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope() 1154 CHRScope *Scope, in splitScope() 1312 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() 1337 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches() 1393 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() 1503 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions() 1531 CHRScope *Scope) { in negateICmpIfUsedByBranchOrSelectOnly() [all …]
|
| /external/rust/crates/minimal-lexical/ |
| D | CODE_OF_CONDUCT.md | 48 ## Scope section in Code of Conduct 54 ### Other Community Standards
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 322 LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) { in constructScopeDIE() 437 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() 469 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 564 const LexicalScope &Scope, in constructVariableDIE() 572 DIE *DwarfCompileUnit::createScopeChildrenDIE(LexicalScope *Scope, in createScopeChildrenDIE() 591 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() 619 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 633 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
|
| /external/clang/lib/CodeGen/ |
| D | CGCleanup.cpp | 192 EHCleanupScope *Scope = in pushCleanup() local 425 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local 465 EHCleanupScope &Scope) { in CreateNormalEntry() 606 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local 1041 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local 1051 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local 1127 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local 1184 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local 1196 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
| D | TestObjectIdWithPolymorphic.java | 76 public static class Scope extends Activity { class in TestObjectIdWithPolymorphic 78 public Scope(Process owner, Activity parent) { in Scope() method in TestObjectIdWithPolymorphic.Scope 81 protected Scope() { in Scope() method in TestObjectIdWithPolymorphic.Scope
|
| /external/swiftshader/src/Vulkan/Debug/ |
| D | Thread.hpp | 40 class Scope class 59 Scope::Scope(ID id, in Scope() function in vk::dbg::Scope
|
| /external/jsr330/src/javax/inject/ |
| D | Scope.java | 79 public @interface Scope {} annotation
|
| /external/opencensus-java/api/src/main/java/io/opencensus/common/ |
| D | Scope.java | 34 public interface Scope extends NonThrowingCloseable { interface
|