/aosp_15_r20/external/trusty/arm-trusted-firmware/ |
D | changelog.yaml | 73 # Sub-sections have an optional associated commit message "scope": 79 # scope enforcement. These will not pass CI checks when used, but they will be used to generate the 90 scope: amu 93 scope: brbe 96 scope: bti 99 scope: cca 102 scope: ccidx 105 scope: tcr2 108 scope: cpufeat 111 scope: gcs [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | AttrSpellingListIndex.inc | 16 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 18 … if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 20 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 25 if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 27 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clan… 29 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 34 …Name == "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 36 … "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 41 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 43 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") [all …]
|
D | Scope.h | 1 //===- Scope.h - Scope interface --------------------------------*- C++ -*-===// 9 // This file defines the Scope interface. 38 /// Scope - A scope is a transient data structure that is used while parsing the 41 class Scope { 44 /// scope, which defines the sorts of things the scope contains. 49 /// This indicates that the scope corresponds to a function, which 61 /// This is a scope that can contain a declaration. Some scopes 65 /// The controlling scope in a if/switch/while/for statement. 68 /// The scope of a struct/union/class definition. 71 /// This is a scope that corresponds to a block/closure object. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | AttrSpellingListIndex.inc | 16 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 18 … if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 20 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 25 if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 27 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clan… 29 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 34 …Name == "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 36 … "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 41 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 43 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") [all …]
|
D | Scope.h | 1 //===- Scope.h - Scope interface --------------------------------*- C++ -*-===// 9 // This file defines the Scope interface. 38 /// Scope - A scope is a transient data structure that is used while parsing the 41 class Scope { 44 /// scope, which defines the sorts of things the scope contains. 49 /// This indicates that the scope corresponds to a function, which 61 /// This is a scope that can contain a declaration. Some scopes 65 /// The controlling scope in a if/switch/while/for statement. 68 /// The scope of a struct/union/class definition. 71 /// This is a scope that corresponds to a block/closure object. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | AttrSpellingListIndex.inc | 16 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 18 … if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 20 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 25 if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 27 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clan… 29 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 34 …Name == "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 36 … "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 41 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 43 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") [all …]
|
D | Scope.h | 1 //===- Scope.h - Scope interface --------------------------------*- C++ -*-===// 9 // This file defines the Scope interface. 38 /// Scope - A scope is a transient data structure that is used while parsing the 41 class Scope { 44 /// scope, which defines the sorts of things the scope contains. 49 /// This indicates that the scope corresponds to a function, which 61 /// This is a scope that can contain a declaration. Some scopes 65 /// The controlling scope in a if/switch/while/for statement. 68 /// The scope of a struct/union/class definition. 71 /// This is a scope that corresponds to a block/closure object. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | AttrSpellingListIndex.inc | 16 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 18 … if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 20 if (Name == "aarch64_sve_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 25 if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 27 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clan… 29 …if (Name == "aarch64_vector_pcs" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "clang") 34 …Name == "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 36 … "amdgpu_flat_work_group_size" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") 41 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "") 43 if (Name == "amdgpu_kernel" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "clang") [all …]
|
D | Scope.h | 1 //===- Scope.h - Scope interface --------------------------------*- C++ -*-===// 9 // This file defines the Scope interface. 38 /// Scope - A scope is a transient data structure that is used while parsing the 41 class Scope { 44 /// scope, which defines the sorts of things the scope contains. 46 /// This indicates that the scope corresponds to a function, which 58 /// This is a scope that can contain a declaration. Some scopes 62 /// The controlling scope in a if/switch/while/for statement. 65 /// The scope of a struct/union/class definition. 68 /// This is a scope that corresponds to a block/closure object. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/ |
H A D | math_grad.cc | 46 Output ConjugateHelper(const Scope& scope, const Output& out) { in ConjugateHelper() argument 49 return Conj(scope, out); in ConjugateHelper() 57 Status AbsGrad(const Scope& scope, const Operation& op, in AbsGrad() argument 61 grad_outputs->push_back(Mul(scope, grad_inputs[0], Sign(scope, op.input(0)))); in AbsGrad() 62 return scope.status(); in AbsGrad() 66 Status NegGrad(const Scope& scope, const Operation& op, in NegGrad() argument 70 grad_outputs->push_back(Neg(scope, grad_inputs[0])); in NegGrad() 71 return scope.status(); in NegGrad() 75 Status InvGrad(const Scope& scope, const Operation& op, in InvGrad() argument 80 internal::ReciprocalGrad(scope, op.output(0), grad_inputs[0])); in InvGrad() [all …]
|
H A D | array_grad.cc | 41 Status PackGrad(const Scope& scope, const Operation& op, in PackGrad() argument 50 auto grad_op = Unstack(scope, grad_inputs[0], N, Unstack::Axis(axis)); in PackGrad() 54 return scope.status(); in PackGrad() 58 Status UnpackGrad(const Scope& scope, const Operation& op, in UnpackGrad() argument 63 grad_outputs->push_back(Stack(scope, grad_inputs, Stack::Axis(axis))); in UnpackGrad() 64 return scope.status(); in UnpackGrad() 68 Status IdentityGrad(const Scope& scope, const Operation& op, in IdentityGrad() argument 71 grad_outputs->push_back(Identity(scope, grad_inputs[0])); in IdentityGrad() 72 return scope.status(); in IdentityGrad() 76 Status RefIdentityGrad(const Scope& scope, const Operation& op, in RefIdentityGrad() argument [all …]
|
H A D | nn_grad.cc | 27 Status SoftmaxGrad(const Scope& scope, const Operation& op, in SoftmaxGrad() argument 41 auto dyy = Mul(scope, grad_inputs[0], y); in SoftmaxGrad() 42 auto sum = Sum(scope, dyy, /*axis=*/-1, Sum::KeepDims(true)); in SoftmaxGrad() 43 auto sub = Sub(scope, grad_inputs[0], sum); in SoftmaxGrad() 44 auto dx = Mul(scope, sub, y); in SoftmaxGrad() 46 return scope.status(); in SoftmaxGrad() 50 bool IsZero(const Scope& scope, const Output& grad) { in IsZero() argument 71 Output BroadcastMul(const Scope& scope, const Output& vec, const Output& mat) { in BroadcastMul() argument 72 auto reshaped = ExpandDims(scope, vec, -1); in BroadcastMul() 73 return Multiply(scope, reshaped, mat); in BroadcastMul() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-attributes/gen/clang/Sema/ |
D | AttrSpellingListIndex.inc | 11 if (Name == "amdgpu_num_sgpr" && SyntaxUsed == 0 && Scope == "") 16 if (Name == "amdgpu_num_vgpr" && SyntaxUsed == 0 && Scope == "") 21 if (Name == "interrupt" && SyntaxUsed == 0 && Scope == "") 26 if (Name == "abi_tag" && SyntaxUsed == 0 && Scope == "") 28 if (Name == "abi_tag" && SyntaxUsed == 1 && Scope == "gnu") 33 if (Name == "acquire_capability" && SyntaxUsed == 0 && Scope == "") 35 if (Name == "acquire_capability" && SyntaxUsed == 1 && Scope == "clang") 37 if (Name == "acquire_shared_capability" && SyntaxUsed == 0 && Scope == "") 39 if (Name == "acquire_shared_capability" && SyntaxUsed == 1 && Scope == "clang") 41 if (Name == "exclusive_lock_function" && SyntaxUsed == 0 && Scope == "") [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
H A D | Constant.java | 33 import org.tensorflow.op.Scope; 43 * @param scope is a scope used to add the underlying operation. 47 public static Constant<Integer> create(Scope scope, int data) { in create() argument 48 return create(scope, data, Integer.class); in create() 54 * @param scope is a scope used to add the underlying operation. 58 public static Constant<Integer> create(Scope scope, int[] data) { in create() argument 59 return create(scope, data, Integer.class); in create() 65 * @param scope is a scope used to add the underlying operation. 69 public static Constant<Integer> create(Scope scope, int[][] data) { in create() argument 70 return create(scope, data, Integer.class); in create() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | functionalize_control_flow_test.cc | 108 Scope scope = Scope::NewRootScope().ExitOnError(); in BuildCondGraph() local 110 auto x = ops::Placeholder(scope.WithOpName("x"), DT_INT32); in BuildCondGraph() 111 auto y = ops::Placeholder(scope.WithOpName("y"), DT_INT32); in BuildCondGraph() 112 auto less = ops::Less(scope.WithOpName("cond/Less"), y, x); in BuildCondGraph() 113 auto switch_1 = ops::Switch(scope.WithOpName("cond/Switch"), less, less); in BuildCondGraph() 116 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true); in BuildCondGraph() 118 scope.WithOpName("cond").WithControlDependencies(identity_t), 17); in BuildCondGraph() 119 auto switch_2 = ops::Switch(scope.WithOpName("cond/Switch"), y, less); in BuildCondGraph() 120 auto mul = ops::Multiply(scope.WithOpName("cond/Mul"), switch_2.output_true, in BuildCondGraph() 124 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false); in BuildCondGraph() [all …]
|
H A D | xla_compiler_test.cc | 121 DummyReadResourceCC(const Scope& scope, const Input& value) { in DummyReadResourceCC() argument 122 if (!scope.ok()) return; in DummyReadResourceCC() 123 auto _value = ops::AsNodeOut(scope, value); in DummyReadResourceCC() 124 if (!scope.ok()) return; in DummyReadResourceCC() 126 const auto unique_name = scope.GetUniqueNameForOp("DummyReadResource"); in DummyReadResourceCC() 128 scope.UpdateBuilder(&builder); in DummyReadResourceCC() 129 scope.UpdateStatus(builder.Finalize(scope.graph(), &ret)); in DummyReadResourceCC() 130 if (!scope.ok()) return; in DummyReadResourceCC() 131 scope.UpdateStatus(scope.DoShapeInference(ret)); in DummyReadResourceCC() 132 if (!scope.ok()) return; in DummyReadResourceCC() [all …]
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scopes 60 /// \brief The controlling scope in a if/switch/while/for statement. 63 /// \brief The scope of a struct/union/class definition. 66 /// \brief This is a scope that corresponds to a block/closure object. [all …]
|
/aosp_15_r20/external/google-cloud-java/gapic-libraries-bom/ |
H A D | pom.xml | 29 <scope>import</scope> 36 <scope>import</scope> 43 <scope>import</scope> 50 <scope>import</scope> 57 <scope>import</scope> 64 <scope>import</scope> 71 <scope>import</scope> 78 <scope>import</scope> 85 <scope>import</scope> 92 <scope>import</scope> [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A D | pr17168.ll | 60 …: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 74, file: !1, scope: !5, type: !6, var… 69 !13 = !DILocalVariable(name: "argc", line: 74, arg: 1, scope: !4, file: !5, type: !8) 70 !14 = !DILocalVariable(name: "argv", line: 74, arg: 2, scope: !4, file: !5, type: !9) 71 !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8) 72 !16 = !DILocalVariable(name: "step", line: 76, scope: !4, file: !5, type: !8) 73 !17 = !DILocalVariable(name: "n3", line: 76, scope: !4, file: !5, type: !8) 74 !18 = !DILocalVariable(name: "nthreads", line: 77, scope: !4, file: !5, type: !8) 75 !19 = !DILocalVariable(name: "navg", line: 78, scope: !4, file: !5, type: !20) 77 !21 = !DILocalVariable(name: "mflops", line: 78, scope: !4, file: !5, type: !20) 78 !22 = !DILocalVariable(name: "tmax", line: 80, scope: !4, file: !5, type: !20) [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A D | activity_test.py | 38 def assertMissing(self, qn, scope): argument 39 self.assertNotIn(qn, scope.read) 40 self.assertNotIn(qn, scope.modified) 42 def assertReadOnly(self, qn, scope): argument 43 self.assertIn(qn, scope.read) 44 self.assertNotIn(qn, scope.modified) 46 def assertWriteOnly(self, qn, scope): argument 47 self.assertNotIn(qn, scope.read) 48 self.assertIn(qn, scope.modified) 50 def assertReadWrite(self, qn, scope): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/scope/ |
D | mod.rs | 1 //! Methods for custom fork-join scopes, created by the [`scope()`] 4 //! [`scope()`]: fn.scope.html 24 /// Represents a fork-join scope which can be used to spawn any number of tasks. 25 /// See [`scope()`] for more information. 27 ///[`scope()`]: fn.scope.html 28 pub struct Scope<'scope> { struct 29 base: ScopeBase<'scope>, 32 /// Represents a fork-join scope which can be used to spawn any number of tasks. 37 pub struct ScopeFifo<'scope> { 38 base: ScopeBase<'scope>, [all …]
|
/aosp_15_r20/external/ot-br-posix/src/web/web-service/frontend/res/js/ |
H A D | app.js | 53 function AppCtrl($scope, $http, $mdDialog, $interval, sharedProperties) { argument 54 $scope.menu = [{ 92 $scope.thread = { 103 $scope.setting = { 108 $scope.headerTitle = 'Home'; 109 $scope.status = []; 111 $scope.isLoading = false; 113 $scope.showScanAlert = function(ev) { 125 $scope.showPanels = function(index) { 126 $scope.headerTitle = $scope.menu[index].title; [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/ |
H A D | scope.h | 41 /// A `Scope` object represents a set of related TensorFlow ops that have the 44 /// A Scope object is a container for TensorFlow Op properties. Op constructors 45 /// get a Scope object as a mandatory first argument and the constructed op 51 /// Scope root = Scope::NewRootScope(); 58 /// Scope hierarchy: 60 /// The Scope class provides various With<> functions that create a new scope. 61 /// The new scope typically has one property changed while other properties are 62 /// inherited from the parent scope. 64 /// created within the scope, and WithOpName() changes the suffix which 69 /// Scope root = Scope::NewRootScope(); [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/ |
H A D | tfrt_graph_execution_state_test.cc | 22 #include "tensorflow/cc/framework/scope.h" 69 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 71 Output a = ops::Const(scope.WithOpName("a"), 0.0f, {10, 10}); in TEST_F() 73 Output b = ops::Const(scope.WithControlDependencies(a).WithOpName("b"), in TEST_F() 75 Output c = ops::Identity(scope.WithOpName("c"), b); in TEST_F() 77 TF_ASSERT_OK(scope.ToGraphDef(&graphdef)); in TEST_F() 88 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 90 Output b = ops::Const(scope.WithOpName("b"), 0.0f, {10, 10}); in TEST_F() 91 Output c = ops::Identity(scope.WithOpName("c"), b); in TEST_F() 93 TF_ASSERT_OK(scope.ToGraphDef(&expected)); in TEST_F() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_xla_computations_pass_test.cc | 39 Scope scope = Scope::NewRootScope().ExitOnError(); in MakeOuterGraph() local 40 TF_EXPECT_OK(scope.graph()->AddFunctionLibrary(flib_def.ToProto())); in MakeOuterGraph() 42 auto a = ops::Placeholder(scope.WithOpName("A"), DT_INT32); in MakeOuterGraph() 43 auto b = ops::Placeholder(scope.WithOpName("B"), DT_FLOAT); in MakeOuterGraph() 44 auto c = ops::Placeholder(scope.WithOpName("C"), DT_INT32); in MakeOuterGraph() 45 auto d = ops::Placeholder(scope.WithOpName("D"), DT_FLOAT); in MakeOuterGraph() 46 auto u = ops::Placeholder(scope.WithOpName("U"), DT_RESOURCE); in MakeOuterGraph() 47 auto v = ops::Placeholder(scope.WithOpName("V"), DT_RESOURCE); in MakeOuterGraph() 48 auto w = ops::Placeholder(scope.WithOpName("W"), DT_RESOURCE); in MakeOuterGraph() 65 Node* launch = scope.graph()->AddNode(def, &status); in MakeOuterGraph() [all …]
|