Home
last modified time | relevance | path

Searched defs:propagate (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_python_autograd.py130 def propagate(dL_doutputs: List[Variable]): function
153 def propagate(dL_doutputs: List[Variable]): function
171 def propagate(dL_doutputs: List[Variable]): function
187 def propagate(dL_doutputs: List[Variable]): function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dduration_put.hpp28 struct propagate { struct
29 typedef T type;
32 struct propagate<boost::int_least32_t> { struct
33 typedef boost::int_least64_t type;
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DExceptionUtils.java69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate() method in ExceptionUtils
75 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/
DExceptionUtils.java73 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate() method in ExceptionUtils
80 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils
/aosp_15_r20/external/parameter-framework/upstream/tools/xmlGenerator/
H A DEddParser.py238 def propagate(self, context=PropagationContext()): member in Element
266 def propagate(self, context=PropagationContext): member in ElementWithInheritance
455 def propagate(self, context=PropagationContext): member in Configuration
589 def propagate(self, context=PropagationContext): member in Domain
/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Dfake_tensor_prop.py61 def propagate(self, *args): member in FakeTensorProp
H A Dshape_prop.py181 def propagate(self, *args): member in ShapeProp
H A Dreinplace.py112 def propagate(self, *args): member in _FunctionalizationMetadataProp
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dreport.rs22 pub(crate) fn propagate(&mut self) -> Result<()> { in propagate() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dreport.rs22 pub(crate) fn propagate(&mut self) -> Result<()> { in propagate() method
/aosp_15_r20/external/rust/cxx/syntax/
Dreport.rs22 pub(crate) fn propagate(&mut self) -> Result<()> { in propagate() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Derror_util.cc26 MLIRContext* context, bool propagate, bool filter_stack) in StatusScopedDiagnosticHandler()
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DExceptionUtils.java33 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/
H A DLocalDynamoDb.java125 private static RuntimeException propagate(Exception e) { in propagate() method in LocalDynamoDb
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp87 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
H A DLegacyDivergenceAnalysis.cpp267 void DivergencePropagator::propagate() { in propagate() function in __anon3a16cad20111::DivergencePropagator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp83 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
H A DLegacyDivergenceAnalysis.cpp268 void DivergencePropagator::propagate() { in propagate() function in __anon9fed2f980111::DivergencePropagator
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DThrowables.java233 public static RuntimeException propagate(Throwable throwable) { in propagate() method in Throwables
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DThrowables.java233 public static RuntimeException propagate(Throwable throwable) { in propagate() method in Throwables
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_sharding_prop.py192 def propagate(self, op_info: OpInfo) -> None: member in ShardingPropagator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dsccp.go489 func (t *worklist) propagate(block *Block) { func
/aosp_15_r20/external/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp249 void DivergencePropagator::propagate() { in propagate() function in __anonf7847b1b0111::DivergencePropagator
/aosp_15_r20/build/blueprint/
H A Dcontext.go2242 propagate(module *moduleInfo) []*moduleInfo methodSpec
2251 func (unorderedVisitorImpl) propagate(module *moduleInfo) []*moduleInfo { func
2261 func (bottomUpVisitorImpl) propagate(module *moduleInfo) []*moduleInfo { func
2271 func (topDownVisitorImpl) propagate(module *moduleInfo) []*moduleInfo { func
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dfx_minifier.py63 def propagate(self, *args): member in ConcreteProp

12345678910>>...19