| /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 FakeQuantWithMinMaxVarsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, min tf.Ou… 142 func FakeQuantWithMinMaxArgsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, optional … 206 func ScatterNdNonAliasingAdd(scope *Scope, input tf.Output, indices tf.Output, updates tf.Output) (… 291 func TensorScatterSub(scope *Scope, tensor tf.Output, indices tf.Output, updates tf.Output) (output… 376 func TensorScatterAdd(scope *Scope, tensor tf.Output, indices tf.Output, updates tf.Output) (output… 404 func QuantizedReshape(scope *Scope, tensor tf.Output, shape tf.Output, input_min tf.Output, input_m… 555 func QuantizeAndDequantizeV2(scope *Scope, input tf.Output, input_min tf.Output, input_max tf.Outpu… 620 func QuantizeAndDequantize(scope *Scope, input tf.Output, optional ...QuantizeAndDequantizeAttr) (o… 749 func OneHot(scope *Scope, indices tf.Output, depth tf.Output, on_value tf.Output, off_value tf.Outp… 789 func ExtractVolumePatches(scope *Scope, input tf.Output, ksizes []int64, strides []int64, padding s… [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/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/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/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/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 …]
|
| /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | SIMemoryLegalizer.cpp | 125 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anonbabbfb6c0111::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/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/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
|
| /external/turbine/java/com/google/turbine/binder/lookup/ |
| D | Scope.java | 22 public interface Scope { interface
|
| /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/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/v8/src/torque/ |
| D | type-visitor.h | 17 class Scope; variable
|
| /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/swiftshader/src/Vulkan/Debug/ |
| D | Thread.hpp | 38 class Scope class 57 Scope::Scope(ID id, in Scope() function in vk::dbg::Scope
|
| /external/skqp/modules/pathkit/npm-asmjs/ |
| D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
| /external/skia/modules/pathkit/npm-wasm/ |
| D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|