Home
last modified time | relevance | path

Searched full:sub_ (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/google-cloud-java/java-beyondcorp-appconnectors/proto-google-cloud-beyondcorp-appconnectors-v1/src/main/java/com/google/cloud/beyondcorp/appconnectors/v1/
H A DResourceInfo.java52 sub_ = java.util.Collections.emptyList(); in ResourceInfo()
269 private java.util.List<com.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo> sub_; field in ResourceInfo
281 return sub_; in getSubList()
296 return sub_; in getSubOrBuilderList()
309 return sub_.size(); in getSubCount()
322 return sub_.get(index); in getSub()
336 return sub_.get(index); in getSubOrBuilder()
367 for (int i = 0; i < sub_.size(); i++) { in writeTo()
368 output.writeMessage(5, sub_.get(i)); in writeTo()
393 for (int i = 0; i < sub_.size(); i++) { in getSerializedSize()
[all …]
/aosp_15_r20/art/test/004-JniTest/
H A Djni_test.cc426 sub_(GetClass("JniCallNonvirtualTestSubclass")), in JniCallNonvirtualVoidMethodTest()
430 sub_constructor_(GetMethodID(sub_, true, "<init>")), in JniCallNonvirtualVoidMethodTest()
431 sub_static_(GetMethodID(sub_, false, "staticMethod")), in JniCallNonvirtualVoidMethodTest()
432 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")), in JniCallNonvirtualVoidMethodTest()
448 jclass const sub_; member in art::JniCallNonvirtualVoidMethodTest
539 CallMethod(nullptr, sub_, super_static_, false, "null object, sub class, super static"); in TestStaticCallNonvirtualMethod()
546 CallMethod(nullptr, sub_, sub_static_, false, "null object, super class, sub static"); in TestStaticCallNonvirtualMethod()
556 jobject sub_super = CallConstructor(sub_, super_constructor_); in TestNewObject()
557 jobject sub_sub = CallConstructor(sub_, sub_constructor_); in TestNewObject()
560 CHECK(!env_->IsInstanceOf(super_super, sub_)); in TestNewObject()
[all …]
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_schema_info.cpp21 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
28 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
40 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
48 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
59 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
103 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
120 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
131 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
175 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
257 "aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!))"); in TEST()
/aosp_15_r20/external/executorch/backends/mediatek/quantizer/
H A Dannotator.py141 torch.ops.aten.sub_.Scalar,
142 torch.ops.aten.sub_.Tensor,
246 torch.ops.aten.sub_.Scalar,
247 torch.ops.aten.sub_.Tensor,
/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.h115 // Matches concatenation of sub_[0..nsub-1].
117 // Matches union of sub_[0..nsub-1].
120 // Matches sub_[0] zero or more times.
122 // Matches sub_[0] one or more times.
124 // Matches sub_[0] zero or one times.
127 // Matches sub_[0] at least min_ times, at most max_ times.
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h116 // Matches concatenation of sub_[0..nsub-1].
118 // Matches union of sub_[0..nsub-1].
121 // Matches sub_[0] zero or more times.
123 // Matches sub_[0] one or more times.
125 // Matches sub_[0] zero or one times.
128 // Matches sub_[0] at least min_ times, at most max_ times.
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.h115 // Matches concatenation of sub_[0..nsub-1].
117 // Matches union of sub_[0..nsub-1].
120 // Matches sub_[0] zero or more times.
122 // Matches sub_[0] one or more times.
124 // Matches sub_[0] zero or one times.
127 // Matches sub_[0] at least min_ times, at most max_ times.
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Dset_algo.hpp76 typename SetType::const_iterator sub_ = common_lwb_, super_; in within() local
77 while(sub_ != common_upb_) in within()
79 super_ = super.find(*sub_++); in within()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Delement_associator.hpp79 typename SubT::const_iterator sub_ = sub.begin(); in within() local
81 while(sub_ != sub.end()) in within()
83 super_ = super.find(key_value<SubT>(sub_)); in within()
86 else if(!co_equal(sub_, super_, &sub, &super)) in within()
89 ++sub_; in within()
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesBinaryOps.cpp469 …VMAP_SUPPORT2(sub_, Tensor, SINGLE_ARG(binary_pointwise_inplace_batch_rule<TensorScalarInplaceT, &… in TORCH_LIBRARY_IMPL()
470 …VMAP_SUPPORT2(sub_, Scalar, SINGLE_ARG(unary_inplace_batch_rule<ScalarScalarInplaceT, &Tensor::sub… in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs3408 sub_ = other.sub_ != null ? other.sub_.Clone() : null; in Aggregate()
3444 private global::UnitTest.Issues.TestProtos.Aggregate sub_; field in UnitTest.Issues.TestProtos.Aggregate
3451 get { return sub_; }
3453 sub_ = value;
3484 if (sub_ != null) hash ^= Sub.GetHashCode(); in GetHashCode()
3511 if (sub_ != null) { in WriteTo()
3533 if (sub_ != null) { in IBufferMessage.InternalWriteTo()
3553 if (sub_ != null) { in CalculateSize()
3574 if (other.sub_ != null) { in MergeFrom()
3575 if (sub_ == null) { in MergeFrom()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs3408 sub_ = other.sub_ != null ? other.sub_.Clone() : null; in Aggregate()
3444 private global::UnitTest.Issues.TestProtos.Aggregate sub_; field in UnitTest.Issues.TestProtos.Aggregate
3451 get { return sub_; }
3453 sub_ = value;
3484 if (sub_ != null) hash ^= Sub.GetHashCode(); in GetHashCode()
3511 if (sub_ != null) { in WriteTo()
3533 if (sub_ != null) { in IBufferMessage.InternalWriteTo()
3553 if (sub_ != null) { in CalculateSize()
3574 if (other.sub_ != null) { in MergeFrom()
3575 if (sub_ == null) { in MergeFrom()
[all …]
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_with.py52 self.count.sub_(0.3)
210 self.count.sub_(0.3)
367 self.count.sub_(0.3)
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_inplace_ops.cpp8 {aten::sub_, aten::sub},
109 if ((it->kind() == aten::add_) || (it->kind() == aten::sub_) || in ImplicitCastForBinaryInplaceOps()
/aosp_15_r20/external/pytorch/tools/autograd/
H A Ddeprecated.yaml130 - name: sub_(Tensor(a!) self, Scalar alpha, Tensor other) -> Tensor(a!)
131 aten: sub_(self, other, alpha)
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_aten_core_operators.expect492 aten::sub_.Scalar
493 aten::sub_.Tensor
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dmodel_ops.yaml351 aten::sub_.Scalar: 1
352 aten::sub_.Tensor: 6
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_pointwise_ops.py387 aten.sub_.Scalar,
388 aten.sub_.Tensor,
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DBinaryOp.cpp605 m.impl(TORCH_SELECTIVE_NAME("aten::sub_.Scalar"), TORCH_FN(sub_scalar_)); in TORCH_LIBRARY_IMPL()
607 m.impl(TORCH_SELECTIVE_NAME("aten::sub_.Tensor"), TORCH_FN(sub_tensor_)); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1127 Tensor& sub_(Tensor& self, const Scalar& other, const Scalar& alpha) { in sub_() function
1128 return self.sub_(wrapped_scalar_tensor(other), alpha); // redispatch! in sub_()
1141 return self.sub_(other, alpha); in subtract_()
1149 return self.sub_(other, alpha); in subtract_()
/aosp_15_r20/external/executorch/backends/arm/quantizer/quantization_annotation/
H A Dsub_annotator.py27 if node.target not in (torch.ops.aten.sub.Tensor, torch.ops.aten.sub_.Tensor):
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A D2010-02-11-NonTemporal.ll8 define void @sub_(i32* noalias %n) {
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorOperators.h19 ::at::empty_like(y, at::MemoryFormat::Preserve).fill_(x).sub_(y)) \
/aosp_15_r20/external/executorch/backends/arm/_passes/
H A Dscalars_to_attribute_pass.py29 torch.ops.aten.sub_.Tensor,
/aosp_15_r20/external/pytorch/torch/optim/
H A D_functional.py70 grad_values.pow(2).sub_(old_exp_avg_sq_values).mul_(1 - beta2)

1234