Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/external/tensorflow/tensorflow/go/op/
Dscope.go35 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 …]
Dwrappers.go70 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/stg/test_cases/info_tests/typedef/
Dscoped_composite_nested_struct.cc1 struct Scope { struct
21 Scope::UnnamedClass unnamed_class; argument
/external/stg/test_cases/diff_tests/typedef/
Dscoped_composite_nested_struct.0.cc3 struct Scope { struct
23 Scope::UnnamedClass unnamed_class; argument
Dscoped_composite_nested_struct.1.cc1 struct Scope { struct
21 Scope::UnnamedClass unnamed_class; argument
/external/stg/test_cases/info_tests/member/
Dmember_types.cc1 struct Scope { struct
15 Scope::StructDecl struct_decl; argument
/external/stg/test_cases/diff_tests/member/
Dmember_types.1.cc1 struct Scope { struct
15 Scope::StructDecl struct_decl; argument
Dmember_types.0.cc1 struct Scope { struct
15 Scope::StructDecl struct_decl; argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Dscope.rs70 pub(crate) struct Scope { struct
72 value: ScopeValue, argument
73 inner: Option<Arc<Scope>>, argument
77 a: Option<&Arc<Scope>>, in compare_option_arc_scope()
78 b: Option<&Arc<Scope>>, in compare_option_arc_scope()
89 impl Scope { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Dscope.rs70 pub(crate) struct Scope { struct
72 value: ScopeValue, argument
73 inner: Option<Arc<Scope>>, argument
77 a: Option<&Arc<Scope>>, in compare_option_arc_scope()
78 b: Option<&Arc<Scope>>, in compare_option_arc_scope()
89 impl Scope { implementation
/external/pytorch/torch/csrc/jit/tensorexpr/
Dmem_dependency_checker.h275 struct Scope { struct
276 Scope(BlockPtr b, std::shared_ptr<Scope> p) in Scope() argument
280 std::shared_ptr<Scope> parent; argument
289 std::shared_ptr<Scope> currentScope_; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp124 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-16.0/llvm/lib/CodeGen/
DLexicalScopes.cpp125 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local
142 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope()
160 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope()
188 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope()
212 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope()
236 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest()
285 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local
308 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
/external/cronet/tot/net/device_bound_sessions/
Dsession_params.h20 struct NET_EXPORT Scope { struct
22 struct NET_EXPORT Specification {
31 bool include_site = false;
32 std::vector<Specification> specifications;
36 Scope& operator=(Scope&& other) noexcept;
/external/cronet/stable/net/device_bound_sessions/
Dsession_params.h20 struct NET_EXPORT Scope { struct
22 struct NET_EXPORT Specification {
31 bool include_site = false;
32 std::vector<Specification> specifications;
36 Scope& operator=(Scope&& other) noexcept;
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp110 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-16.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp95 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon561ac2870111::SIMemOpInfo
103 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()
715 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local
783 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local
847 SIAtomicScope Scope, in enableLoadCacheBypass()
882 SIAtomicScope Scope, in enableStoreCacheBypass()
895 SIAtomicScope Scope, in enableRMWCacheBypass()
954 SIAtomicScope Scope, in insertWait()
1051 SIAtomicScope Scope, in insertAcquire()
1096 SIAtomicScope Scope, in insertRelease()
[all …]
/external/stg/
Dscope.h29 struct Scope { struct
37 PushScopeName(Scope& scope, Kind&& kind, const std::string& name) in PushScopeName() argument
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp127 struct Scope struct in rr::DebugInfo
129 Location location;
130 llvm::DIScope *di;
131 std::unordered_set<std::string> symbols;
132 Pending pending;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVRange.cpp52 void LVRange::addEntry(LVScope *Scope, LVAddress LowerAddress, in addEntry()
68 void LVRange::addEntry(LVScope *Scope) { in addEntry()
89 LVScope *Scope = nullptr; in getEntry() local
148 LVScope *Scope = RangeEntry.scope(); in print() local
/external/rust/android-crates-io/crates/crossbeam-utils/src/
Dthread.rs213 pub struct Scope<'env> { struct
224 unsafe impl Sync for Scope<'_> {} argument
226 impl<'env> Scope<'env> { implementation
297 impl fmt::Debug for Scope<'_> { implementation
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc166 class Scope: public CFIFixture, public Test { }; class
169 TEST_F(Scope, CFALacksCFA) { in TEST_F() argument
179 TEST_F(Scope, CFALacksRA) { in TEST_F() argument
190 TEST_F(Scope, CFASeesCurrentRegs) { in TEST_F() argument
205 TEST_F(Scope, RASeesCFA) { in TEST_F() argument
217 TEST_F(Scope, RALacksRA) { in TEST_F() argument
228 TEST_F(Scope, RASeesCurrentRegs) { in TEST_F() argument
241 TEST_F(Scope, RegistersSeeCFA) { in TEST_F() argument
254 TEST_F(Scope, RegsLackRA) { in TEST_F() argument
266 TEST_F(Scope, RegsSeeRegs) { in TEST_F() argument
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
DScope.java80 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/
DDebugLoc.cpp51 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon6cd047410111::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 …]

12345678910>>...18