| /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 | 80 func FakeQuantWithMinMaxVarsPerChannelGradient(scope *Scope, gradients tf.Output, inputs tf.Output,… 131 func FakeQuantWithMinMaxVarsPerChannel(scope *Scope, inputs tf.Output, min tf.Output, max tf.Output… 186 func FakeQuantWithMinMaxVarsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, min tf.Ou… 248 func FakeQuantWithMinMaxArgsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, optional … 311 func FakeQuantWithMinMaxArgs(scope *Scope, inputs tf.Output, optional ...FakeQuantWithMinMaxArgsAtt… 403 func TensorScatterSub(scope *Scope, tensor tf.Output, indices tf.Output, updates tf.Output) (output… 502 func TensorScatterUpdate(scope *Scope, tensor tf.Output, indices tf.Output, updates tf.Output) (out… 608 func ScatterNd(scope *Scope, indices tf.Output, updates tf.Output, shape tf.Output) (output tf.Outp… 636 func Bitcast(scope *Scope, input tf.Output, type_ tf.DataType) (output tf.Output) { 752 func SpaceToDepth(scope *Scope, input tf.Output, block_size int64, optional ...SpaceToDepthAttr) (o… [all …]
|
| D | op.go | 33 func Const(scope *Scope, value interface{}) (output tf.Output) {
|
| /external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/LLVM/lib/VMCore/ |
| D | DebugLoc.cpp | 48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt() 74 MDNode *Scope, MDNode *InlinedAt) { in get() 102 MDNode *Scope, *IA; in getAsMDNode() local 119 MDNode *Scope = dyn_cast_or_null<MDNode>(N->getOperand(2)); in getFromDILocation() local 135 MDNode *Scope = dyn_cast_or_null<MDNode>(N->getOperand(1)); in getFromDILexicalBlock() local 190 int LLVMContextImpl::getOrAddScopeRecordIdxEntry(MDNode *Scope, in getOrAddScopeRecordIdxEntry() 213 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, in getOrAddScopeInlinedAtIdxEntry()
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
| D | Scope.java | 76 public final class Scope { class 83 public Scope(Graph graph) { in Scope() method in Scope 149 private Scope(Graph graph, NameScope nameScope) { in Scope() method in Scope
|
| /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/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | LexicalScopes.cpp | 117 MDNode *Scope = NULL; in findLexicalScope() local 136 MDNode *Scope = NULL; in getOrCreateLexicalScope() local 151 LexicalScope *LexicalScopes::getOrCreateRegularScope(MDNode *Scope) { in getOrCreateRegularScope() 175 LexicalScope *LexicalScopes::getOrCreateInlinedScope(MDNode *Scope, in getOrCreateInlinedScope() 193 DIDescriptor Scope(N); in getOrCreateAbstractScope() local 214 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 271 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 293 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
| /external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
| D | Scope.java | 36 final class Scope { class 49 private Scope(@Nullable AnnotationMirror annotationMirror) { in Scope() method in Scope 53 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
|
| /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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | DebugLoc.cpp | 52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 111 auto *Scope = cast<DIScope>(getScope()); in print() local
|
| D | DebugInfo.cpp | 44 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 149 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 269 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 498 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 643 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 799 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 813 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 822 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 832 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace() 844 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias() [all …]
|
| /external/jsr330/src/javax/inject/ |
| D | Scope.java | 79 public @interface Scope {} annotation
|
| /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-7.0/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 125 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon22deacaa0111::SIMemOpInfo 132 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 513 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 579 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 624 SIAtomicScope Scope, in enableLoadCacheBypass() 671 SIAtomicScope Scope, in insertCacheInvalidate() 713 SIAtomicScope Scope, in insertWait() 810 SIAtomicScope Scope, in insertCacheInvalidate()
|
| /external/v8/src/parsing/ |
| D | expression-scope-reparenter.h | 14 class Scope; variable
|
| /external/opencensus-java/api/src/main/java/io/opencensus/common/ |
| D | Scope.java | 34 public interface Scope extends NonThrowingCloseable { interface
|
| /external/turbine/java/com/google/turbine/binder/lookup/ |
| D | Scope.java | 22 public interface Scope { interface
|
| /external/guice/core/src/com/google/inject/ |
| D | Scope.java | 30 public interface Scope { interface
|
| /external/testng/src/test/java/test/sample/ |
| D | Scope.java | 10 public class Scope { class
|
| /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/skqp/experimental/canvaskit/canvaskit/ |
| D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
| /external/catch2/ |
| D | CODE_OF_CONDUCT.md | 31 ## Scope section in Contributor Covenant Code of Conduct
|